initial commit

master
dtookey 4 years ago
commit c0a0e29df1

2
.gitignore vendored

@ -0,0 +1,2 @@
/clarity-vitals.iml
/.idea/

@ -0,0 +1,5 @@
DROP TABLE tokens;
-- noinspection SqlWithoutWhere
UPDATE users SET hash = '';
Loading…
Cancel
Save