Skip to content

Commit

Permalink
Adding SQL required for upgrading the database.
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsavage committed Sep 21, 2012
1 parent 69a8aa1 commit 0effd80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/incremental.sql
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,4 @@ ALTER TABLE `mirror_lmm_lang_exceptions` ADD UNIQUE (
ALTER TABLE `geoip_regions` ADD COLUMN `fallback_id` integer;
ALTER TABLE `geoip_regions` ADD CONSTRAINT `fallback_id_refs_id_e6bfe66d` FOREIGN KEY (`fallback_id`) REFERENCES `geoip_regions` (`id`);
CREATE INDEX `geoip_regions_e28329c2` ON `geoip_regions` (`fallback_id`);
ALTER TABLE geoip_regions ADD COLUMN prevent_global_fallback int(1) NULL;

0 comments on commit 0effd80

Please sign in to comment.