salted password migrations (#156)

This commit is contained in:
Michael Quigley
2023-01-23 11:49:22 -05:00
parent 44f61d3bb7
commit 45d83d1521
2 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
-- +migrate up
alter table accounts add column salt string;