Drop table tokens before running migration #6
This commit is contained in:
parent
1593af9fde
commit
e1e95388d3
@ -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