broken auth WIP

This commit is contained in:
2020-05-09 20:36:14 -05:00
parent 119d4a0052
commit 246ef00540
7 changed files with 122 additions and 13 deletions

View File

@ -0,0 +1,9 @@
DROP TABLE payments;
DROP TABLE logintokens;
DROP TABLE vms;
DROP TABLE accounts;
UPDATE schemaversion SET version = 1;