tweaks
This commit is contained in:
parent
f2e6098199
commit
931d84a483
2 changed files with 2 additions and 1 deletions
|
@ -44,5 +44,6 @@ For better control You can wrap an init script around this. How to do this is de
|
|||
|
||||
* Delete column `alt_time` from table `avatar` in your Database with `alter table "avatar" drop column "alt_time";`
|
||||
* Start yammat normally to fill database with dummy data and stop it again
|
||||
* Compile migration script with `cabal build Migrate1`
|
||||
* Run migration executable from `dist/build/Migrate1/Migrate1`
|
||||
* Enjoy your freshly migrated Matemat
|
||||
|
|
|
@ -109,7 +109,7 @@ library
|
|||
|
||||
executable yammat
|
||||
if flag(library-only)
|
||||
Buildable: False
|
||||
Buildable: True
|
||||
|
||||
main-is: main.hs
|
||||
hs-source-dirs: app
|
||||
|
|
Loading…
Reference in a new issue