add: questions, requests
This commit is contained in:
parent
24f67221ca
commit
7960484bf9
52 changed files with 1698 additions and 100 deletions
2
sql_changes/users_post_count.sql
Normal file
2
sql_changes/users_post_count.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE users
|
||||
ADD COLUMN post_count INT NOT NULL DEFAULT 0;
|
Loading…
Add table
Add a link
Reference in a new issue