diff options
author | Teddy Wing | 2017-08-01 02:13:43 +0200 |
---|---|---|
committer | Teddy Wing | 2017-08-01 02:13:43 +0200 |
commit | b0376b6737f0ac0831f60210f36cf60e4bc5666e (patch) | |
tree | 672a057e67f2a1c58d20c91619ca5b6e083b2eb6 | |
parent | 125ca30fd9a5f91e5b39f6c9d232bfb1b4e4052c (diff) | |
download | sorbot-b0376b6737f0ac0831f60210f36cf60e4bc5666e.tar.bz2 |
Add moo configuration for 'dbmigrations-sqlite'
Provide the `moo` command with the proper configuration needed in order
to run.
-rw-r--r-- | moo.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +DBM_DATABASE = "db/sorbot_development.sqlite3" +DBM_MIGRATION_STORE = "db/migrations" +DBM_TIMESTAMP_FILENAMES = on |