-
Notifications
You must be signed in to change notification settings - Fork 46
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
standardize the migration and DB setup process #4
Comments
Odd. I translated the major schema to knex (because it's compatible with other databases including SQLite I introduced for testing). I thought I deleted the main schema.sql file, but apparently not. Need to:
|
BTW regarding your second TODO above: knex is the standard, pretty well documented. |
Cool, I'll do it |
@ripper234 - opened a PR which switches to Knex, please review - #15 |
Follow-up tasks:
|
Currently there are duplicated migrations:
Also, there is no standard simple way to run migration (at least from what I could see)
TODO
The text was updated successfully, but these errors were encountered: