aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/6156_world.sql
blob: eed5fcddc1351f0c71d02232d6ac67e692c29d8b (plain)
1
2
3
-- the (4) in TINYINT(4) is kind of useless here, but whatever. This column should be unsigned.
ALTER TABLE `exploration_basexp` MODIFY COLUMN `level` TINYINT(4) UNSIGNED NOT NULL DEFAULT 0;