source: other-projects/tipple-android/osmosis/script/pgsnapshot_schema_0.6_upgrade_4-5.sql@ 26899

Last change on this file since 26899 was 26899, checked in by davidb, 11 years ago

Tipple reborn after Chris's Summer of Code 2013

File size: 217 bytes
Line 
1-- Add the relation members primary key.
2ALTER TABLE ONLY relation_members ADD CONSTRAINT pk_relation_members PRIMARY KEY (relation_id, sequence_id);
3
4-- Upgrade the schema version.
5UPDATE schema_info SET version = 5;
Note: See TracBrowser for help on using the repository browser.