Fix #133 You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/134
-- Commit Summary --
* kamctl: fix defaults acc_cdrs introduced by 045e2f56e2 * kamctl: msilo removed BLOB/TEXT defaults
-- File Changes --
M utils/kamctl/mysql/acc-create.sql (6) M utils/kamctl/mysql/msilo-create.sql (4)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/134.patch https://github.com/kamailio/kamailio/pull/134.diff
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/134
The fixes have to be done in the xml files from lib/srdb1/schema. The sql files are generated from there with:
make dbschema
run in the root folder of kamailio sources.
For default values for datetime fields, the best is to use a static value, like '2000-01-01 00:00:00', because I don't know if those directives are portable across other database types.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/134#issuecomment-94808752
like this?
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/134#issuecomment-94814919
Yes, you can merge.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/134#issuecomment-94818310
Merged #134.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/134#event-286279852