fix problem generated with 006_fix_2pack_pk_name.sql
This commit is contained in:
parent
d9a841cff3
commit
f53c235aa3
|
@ -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;
|
Loading…
Reference in New Issue