10 lines
190 B
MySQL
10 lines
190 B
MySQL
|
DROP INDEX ad_impformat_name
|
||
|
;
|
||
|
|
||
|
CREATE UNIQUE INDEX ad_impformat_name
|
||
|
ON ad_impformat (ad_client_id, name)
|
||
|
;
|
||
|
SELECT register_migration_script('201303010917_IDEMPIERE-671.sql') FROM dual
|
||
|
;
|
||
|
|