core-jgi/migration-historic/i1.0a-i1.0b/postgresql/201303151137_IDEMPIERE-765.sql

8 lines
243 B
MySQL
Raw Permalink Normal View History

-- IDEMPIERE-765 Client Name must be non unique / search key must be unique
DROP INDEX ad_client_name;
CREATE UNIQUE INDEX ad_client_value
ON AD_Client (value);
SELECT register_migration_script('201303151137_IDEMPIERE-765.sql') FROM dual;