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