core-jgi/migration/i1.0a-i1.0b/postgresql/201212131100_IDEMPIERE-530.sql

7 lines
154 B
MySQL
Raw Normal View History

CREATE UNIQUE INDEX cm_chat_record ON cm_chat (ad_table_id, record_id);
SELECT register_migration_script('201212131100_IDEMPIERE-530.sql') FROM dual
;