fix problem generated with 006_fix_2pack_pk_name.sql

This commit is contained in:
Carlos Ruiz 2007-01-24 03:31:45 +00:00
parent d9a841cff3
commit f53c235aa3
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
-- Fix problem, a table must not have two identifiers with same seqno
UPDATE ad_column
SET isidentifier = 'Y',
seqno = 2
WHERE ad_column_id = 50086;
COMMIT;