Fix build

This commit is contained in:
Gregor Kleen 2019-04-27 10:53:13 +02:00
parent 87ecacbcce
commit 0ec3729005

View File

@ -21,6 +21,8 @@ import Database.Persist.Postgresql
import Text.Read (readMaybe)
import Data.CaseInsensitive (CI)
import Text.Shakespeare.Text (st)
-- Database versions must follow https://pvp.haskell.org:
-- - Breaking changes are instances where manual migration is necessary (via customMigrations; i.e. changing a columns format)
-- - Non-breaking changes are instances where the automatic migration done by persistent is sufficient (i.e. adding a column or table)