aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/characters
diff options
context:
space:
mode:
authortibbi <tibbi@centrum.sk>2012-10-09 16:58:29 +0100
committertibbi <tibbi@centrum.sk>2012-10-09 16:58:29 +0100
commitc0e0f1d89b8522d3eb77bac484f392c166b1c102 (patch)
tree69e021e4586ca4bb9092962fcbcc26c48169482c /sql/updates/characters
parent2958f64ffcd10ca7ea6b10e0b70befa5df718930 (diff)
allow glyph1 be null like other glyph slots
Diffstat (limited to 'sql/updates/characters')
-rw-r--r--sql/updates/characters/2012_10_09_00_character_glyphs.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/characters/2012_10_09_00_character_glyphs.sql b/sql/updates/characters/2012_10_09_00_character_glyphs.sql
new file mode 100644
index 00000000000..b90fa7d7682
--- /dev/null
+++ b/sql/updates/characters/2012_10_09_00_character_glyphs.sql
@@ -0,0 +1 @@
+ALTER TABLE character_glyphs CHANGE glyph1 glyph1 smallint(5) unsigned DEFAULT '0';