moved from mono repo

This commit is contained in:
realaravinth
2021-03-09 15:58:54 +05:30
commit 2c54518e12
13 changed files with 913 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
CREATE TABLE IF NOT EXISTS mcaptcha_config (
name VARCHAR(100) references mcaptcha_users(name),
id VARCHAR(32) PRIMARY KEY NOT NULL UNIQUE,
duration INTEGER NOT NULL
);