*Allow higher value than 255 in emote fields

--HG--
branch : trunk
This commit is contained in:
Blaymoira
2009-01-21 20:44:49 +01:00
parent e0b527be8a
commit 148192eca1
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
ALTER TABLE custom_texts CHANGE COLUMN emote emote smallint(5) unsigned NOT NULL DEFAULT '0';
ALTER TABLE eventai_texts CHANGE COLUMN emote emote smallint(5) unsigned NOT NULL DEFAULT '0';
ALTER TABLE script_texts CHANGE COLUMN emote emote smallint(5) unsigned NOT NULL DEFAULT '0';