Support password history #155 (#156)

* Password History Support (#155)

* down.sql logic not required as per review comments
This commit is contained in:
Kumar Ankur
2018-08-27 23:08:58 +02:00
committed by Daniel García
parent b82710eecf
commit 781056152a
5 changed files with 16 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ table! {
fields -> Nullable<Text>,
data -> Text,
favorite -> Bool,
password_history -> Nullable<Text>,
}
}