version bump

This commit is contained in:
nek0 2017-04-26 21:59:45 +02:00
parent 224ebb9c9d
commit 6ff344b7fd
3 changed files with 8 additions and 5 deletions

View file

@ -181,6 +181,9 @@ Migrations/0.0.7-0.1.0.0/Migration.hs`
### 0.1.7.2-0.1.8.0
* No database changes, just new dependencies to install.
### 0.1.8.8-0.1.9.0
* You can drop the table `activator` from the database. It is no longer needed.
## Acknowledgements:
* This software uses the web Framework "Yesod" by Michael Snoyman. See more at:

View file

@ -26,10 +26,10 @@ User
active Bool default=True
UniqueUser name
deriving Typeable Eq Show
Activator
token Text
user User
deriving Eq Show
-- Activator
-- token Text
-- user User
-- deriving Eq Show
Token
token ByteString
kind Text

View file

@ -1,5 +1,5 @@
name: eidolon
version: 0.1.8.8
version: 0.1.9.0
synopsis: Image gallery in Yesod
homepage: https://eidolon.nek0.eu
license: AGPL-3