forked from 3wordchant/capsul-flask
broken auth WIP
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
DROP TABLE payments;
|
||||
|
||||
DROP TABLE logintokens;
|
||||
|
||||
DROP TABLE vms;
|
||||
|
||||
DROP TABLE accounts;
|
||||
|
||||
UPDATE schemaversion SET version = 1;
|
Reference in New Issue
Block a user