aboutsummaryrefslogtreecommitdiff
path: root/engine/schema/upgrades/2009091901.sql
blob: 074d042c32140f224e725437cad6a1b67247d9e4 (plain)
1
2
3
-- add an additional column to the river table
ALTER TABLE `prefix_river` ADD COLUMN `annotation_id` int(11) NOT NULL AFTER `object_guid`;
ALTER TABLE `prefix_river` ADD KEY `annotation_id` (`annotation_id`);