Merge branch 'tokensMigration' into 'master'
Drop table tokens before running migration #6 See merge request !95
This commit is contained in:
commit
69618e85ac
@ -1,3 +1,4 @@
|
||||
DROP TABLE tokens;
|
||||
CREATE TABLE tokens (
|
||||
token text PRIMARY KEY NOT NULL UNIQUE,
|
||||
username text NOT NULL REFERENCES users(name),
|
||||
|
Loading…
x
Reference in New Issue
Block a user