This commit is contained in:
nek0 2015-09-17 21:54:25 +02:00
parent f2e6098199
commit 931d84a483
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -109,7 +109,7 @@ library
executable yammat
if flag(library-only)
Buildable: False
Buildable: True
main-is: main.hs
hs-source-dirs: app