Add email and autoupdate field to database
This commit is contained in:
parent
360a0771d9
commit
29bb2d6003
1 changed files with 6 additions and 0 deletions
|
|
@ -13,6 +13,12 @@ CREATE TABLE IF NOT EXISTS `${TABLE}`(
|
|||
-- slug of the website
|
||||
slug TEXT NOT NULL UNIQUE,
|
||||
|
||||
-- email address of owner, NULL if abndoned
|
||||
owner_email VARCHAR(320),
|
||||
|
||||
-- automatically call blind_update.sh for this repo
|
||||
auto_blind_update_enabled BIT NOT NULL DEFAULT 1,
|
||||
|
||||
-- local file path
|
||||
filesystem_base TEXT NOT NULL,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue