diff --git a/_Project-ID-ADempiere/sqls_3.1.3/008_fix_problem_2pack_name_seqno.sql b/_Project-ID-ADempiere/sqls_3.1.3/008_fix_problem_2pack_name_seqno.sql new file mode 100644 index 0000000000..f38c4e0d6a --- /dev/null +++ b/_Project-ID-ADempiere/sqls_3.1.3/008_fix_problem_2pack_name_seqno.sql @@ -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; \ No newline at end of file