diff options
author | shennetsind <ind@henn.et> | 2013-02-08 21:41:04 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-02-08 21:41:04 -0200 |
commit | 4b41901d3ecb01930a57e9b1d230e729d5feba38 (patch) | |
tree | bd6a08566e9e62d054f0fa9c5b25749228879ded /sql-files/upgrades/upgrade_2013.02.06_21.38.sql | |
parent | 4c9bfed8c21cb80a806fffc32c7ac629bdf73438 (diff) | |
download | hercules-4b41901d3ecb01930a57e9b1d230e729d5feba38.tar.gz hercules-4b41901d3ecb01930a57e9b1d230e729d5feba38.tar.bz2 hercules-4b41901d3ecb01930a57e9b1d230e729d5feba38.tar.xz hercules-4b41901d3ecb01930a57e9b1d230e729d5feba38.zip |
Fixing a logical issue in ST_RIDING
Diffstat (limited to 'sql-files/upgrades/upgrade_2013.02.06_21.38.sql')
-rw-r--r-- | sql-files/upgrades/upgrade_2013.02.06_21.38.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql-files/upgrades/upgrade_2013.02.06_21.38.sql b/sql-files/upgrades/upgrade_2013.02.06_21.38.sql new file mode 100644 index 000000000..d5c467097 --- /dev/null +++ b/sql-files/upgrades/upgrade_2013.02.06_21.38.sql @@ -0,0 +1 @@ +ALTER TABLE `char` ADD COLUMN `slotchange` SMALLINT(3) unsigned NOT NULL default '0';
\ No newline at end of file |