fix sqlite migration (#156)

This commit is contained in:
Michael Quigley 2023-01-23 12:52:47 -05:00
parent b32ee6350e
commit 789532fff9
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

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