Added delta script for table MADIS with the hibernate generated key name Change-Id: Id8cfee5bfba68aa686b9d998bdbf85e5de5c7519 Former-commit-id: b3a18fd5270f2ce109b0560fba6e11e76e721bc9
3 lines
267 B
SQL
3 lines
267 B
SQL
alter table madis drop constraint madis_location_reftime_provider_subprovider_restriction_key;
|
|
|
|
alter table madis add constraint madis_location_stationid_reftime_provider_subprovider_restr_key UNIQUE (location, stationid, reftime, provider, subprovider, restriction)
|