Fix build
This commit is contained in:
parent
87ecacbcce
commit
0ec3729005
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user