mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
SQL: Added a column for pinned posts
This commit is contained in:
parent
85208a5c8e
commit
22c592c075
1 changed files with 1 additions and 0 deletions
1
install/sqls/00010-pinned-posts.sql
Normal file
1
install/sqls/00010-pinned-posts.sql
Normal file
|
@ -0,0 +1 @@
|
|||
ALTER TABLE `posts` ADD `pinned` BOOLEAN NOT NULL DEFAULT FALSE AFTER `ad`, ADD INDEX (`pinned`);
|
Loading…
Reference in a new issue