Change-Id: I36f39d59e8aa1abc8cefd5ed100cbfd70eedaa80 Former-commit-id:41e43a169b
[formerly3d6ebf498e
] [formerly41e43a169b
[formerly3d6ebf498e
] [formerlyede510dd91
[formerly afcfc72329522c2d731a4afe9353632effb9cb23]]] Former-commit-id:ede510dd91
Former-commit-id:b202d62214
[formerlybe18d1f63c
] Former-commit-id:a3ac9604e6
3 lines
298 B
SQL
3 lines
298 B
SQL
alter table if exists madis drop constraint madis_location_reftime_provider_subprovider_restriction_key;
|
|
alter table if exists madis add CONSTRAINT madis_latitude_longitude_stationid_reftime_provider_subprovider UNIQUE (latitude, longitude, stationid, reftime, provider, subprovider, restriction)
|
|
|