2009091901.sql 208 B

123
  1. -- add an additional column to the river table
  2. ALTER TABLE `prefix_river` ADD COLUMN `annotation_id` int(11) NOT NULL AFTER `object_guid`;
  3. ALTER TABLE `prefix_river` ADD KEY `annotation_id` (`annotation_id`);