Core/Channels: allow to disable ownership of channels
This commit is contained in:
parent
f81ec2bee4
commit
eddebedb2d
4 changed files with 11 additions and 6 deletions
4
data/sql/updates/characters/2016_08_15_00.sql
Normal file
4
data/sql/updates/characters/2016_08_15_00.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
ALTER TABLE characters_db_version CHANGE COLUMN 2016_08_12_00 2016_08_15_00 bit;
|
||||
|
||||
ALTER TABLE `channels`
|
||||
ADD `ownership` tinyint(3) unsigned NOT NULL DEFAULT '1' AFTER `announce`;
|
||||
Loading…
Add table
Add a link
Reference in a new issue