Help, worked yesterday and now it doesn't work

Silenos

Obsessed.
Aug 7, 2017
104
65
Execute following query:
SQL:
ALTER TABLE `rooms` CHANGE `allow_pets` `allow_pets` INT(1) NOT NULL DEFAULT '0', CHANGE `allow_pets_eat` `allow_pets_eat` INT(1) NOT NULL DEFAULT '0', CHANGE `room_blocking_disabled` `room_blocking_disabled` INT(1) NOT NULL DEFAULT '0', CHANGE `allow_hidewall` `allow_hidewall` INT(1) NOT NULL DEFAULT '0', CHANGE `mute_settings` `mute_settings` INT(1) NOT NULL DEFAULT '1', CHANGE `ban_settings` `ban_settings` INT(1) NOT NULL DEFAULT '1', CHANGE `kick_settings` `kick_settings` INT(1) NOT NULL DEFAULT '1';
 

xXMufaisaXx

Member
Apr 8, 2018
90
13
Future tip, when you get an error such as this.. Just read the FULL error and you can find the issue. As in this case was your allow pets column in the rooms table. But use visual studios. Message if you need help.
 

Users who are viewing this thread

Top