Fix lettre (#706)

* Use lettre from crates.io instead of git

* fix previous migration

they were failing on some versions of sqlite and postgres
This commit is contained in:
fdb-hiroshima
2019-12-16 20:22:46 +01:00
committed by Ana Gelez
parent 6c8944315a
commit a9441a8804
5 changed files with 21 additions and 23 deletions
+1
View File
@@ -5,6 +5,7 @@ export ROCKET_SECRET_KEY="AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="
plm migration run
plm migration redo
plm search init
plm instance new -d plume-test.local -n plume-test
plm users new -n admin -N 'Admin' -e 'email@exemple.com' -p 'password'