mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-03 15:46:23 -07:00
Add migration stuff for filter tables
This commit is contained in:
parent
c7f15e3d25
commit
e12b2fb982
19 changed files with 295 additions and 47 deletions
|
@ -262,7 +262,6 @@ CREATE TABLE DBPREFIXfile_ban(
|
|||
|
||||
CREATE TABLE DBPREFIXfilters(
|
||||
id BIGINT NOT NULL AUTO_INCREMENT UNIQUE PRIMARY KEY,
|
||||
board_dirs VARCHAR(255) DEFAULT '*',
|
||||
staff_id BIGINT,
|
||||
staff_note VARCHAR(255) NOT NULL,
|
||||
issued_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue