pow stats

This commit is contained in:
realaravinth
2021-04-30 11:14:29 +05:30
parent a3ba746b6a
commit a5cfa3b305
5 changed files with 39 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
CREATE TABLE IF NOT EXISTS mcaptcha_pow_fetched_stats (
config_id INTEGER references mcaptcha_config(config_id) ON DELETE CASCADE,
fetched_at timestamptz NOT NULL DEFAULT now()
);