batman
This commit is contained in:
commit
682f25edcd
19 changed files with 1907 additions and 0 deletions
6
db/schema.sql
Normal file
6
db/schema.sql
Normal file
|
@ -0,0 +1,6 @@
|
|||
CREATE TABLE IF NOT EXISTS config (
|
||||
api_token TEXT NOT NULL DEFAULT '',
|
||||
zone_id TEXT NOT NULL DEFAULT '',
|
||||
domain TEXT NOT NULL DEFAULT 'mz.uy',
|
||||
update_period TEXT NOT NULL DEFAULT '0 */6 * * *'
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue