embed schema migration scripts
This commit is contained in:
parent
e5dcc4b884
commit
1999ab7d2c
6 changed files with 15 additions and 6 deletions
3
controller/schema-migration/003-fail-lock.sql
Normal file
3
controller/schema-migration/003-fail-lock.sql
Normal file
|
@ -0,0 +1,3 @@
|
|||
-- it would be nice to prevent brute-forcing
|
||||
ALTER TABLE arimelody.account ADD COLUMN fail_attempts INT NOT NULL DEFAULT 0;
|
||||
ALTER TABLE arimelody.account ADD COLUMN locked BOOLEAN DEFAULT false;
|
Loading…
Add table
Add a link
Reference in a new issue