Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kamctl: fixing mysql creation errors #134

Merged
merged 4 commits into from Apr 21, 2015

Conversation

linuxmaniac
Copy link
Member

Fix #133

@miconda
Copy link
Member

miconda commented Apr 21, 2015

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.

@linuxmaniac
Copy link
Member Author

like this?

@miconda
Copy link
Member

miconda commented Apr 21, 2015

Yes, you can merge.

linuxmaniac added a commit that referenced this pull request Apr 21, 2015
kamctl: fixing mysql creation errors
@linuxmaniac linuxmaniac merged commit 40730e2 into kamailio:master Apr 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

kamctl create with mysql
2 participants