mirror of
https://github.com/solero/houdini.git
synced 2024-11-08 20:28:20 +00:00
Change igloo music column type from smallint
to int
Sound studio music IDs are out of range
This commit is contained in:
parent
da69239f49
commit
463d9b1f36
@ -956,7 +956,7 @@ CREATE TABLE penguin_igloo_room (
|
|||||||
penguin_id INT NOT NULL,
|
penguin_id INT NOT NULL,
|
||||||
type INT NOT NULL,
|
type INT NOT NULL,
|
||||||
flooring INT NOT NULL,
|
flooring INT NOT NULL,
|
||||||
music SMALLINT NOT NULL DEFAULT 0,
|
music INT NOT NULL DEFAULT 0,
|
||||||
location INT NOT NULL,
|
location INT NOT NULL,
|
||||||
locked BOOLEAN NOT NULL DEFAULT TRUE,
|
locked BOOLEAN NOT NULL DEFAULT TRUE,
|
||||||
competition BOOLEAN NOT NULL DEFAULT FALSE,
|
competition BOOLEAN NOT NULL DEFAULT FALSE,
|
||||||
|
Loading…
Reference in New Issue
Block a user