Change-Id: I36f39d59e8aa1abc8cefd5ed100cbfd70eedaa80 Former-commit-id:ede510dd91
[formerly3d6ebf498e
[formerly afcfc72329522c2d731a4afe9353632effb9cb23]] Former-commit-id:3d6ebf498e
Former-commit-id:41e43a169b
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)
|
|
|