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_levels (
id VARCHAR(32) references mcaptcha_config(id),
difficulty_factor INTEGER NOT NULL,
visitor_threshold INTEGER NOT NULL
);