add: finish forge stuff
This commit is contained in:
parent
53fb4d5778
commit
68071b96c8
21 changed files with 329 additions and 18 deletions
2
sql_changes/posts_is_open.sql
Normal file
2
sql_changes/posts_is_open.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE posts
|
||||
ADD COLUMN is_open INT NOT NULL DEFAULT 1;
|
Loading…
Add table
Add a link
Reference in a new issue