Change-Id: I36f39d59e8aa1abc8cefd5ed100cbfd70eedaa80 Former-commit-id: afcfc72329522c2d731a4afe9353632effb9cb23
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)
|
|
|