From 7976195d15b49e84165aa8d37cb686e5d6c6aec0 Mon Sep 17 00:00:00 2001 From: Heng Sin Low Date: Mon, 22 Oct 2007 01:41:33 +0000 Subject: [PATCH] * Missing ad_sequence script --- migration/330-trunk/020_AD_ModelValidator.sql | 5 +++++ migration/330-trunk/postgresql/020_AD_ModelValidator.sql | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/migration/330-trunk/020_AD_ModelValidator.sql b/migration/330-trunk/020_AD_ModelValidator.sql index 80ddb0b5dd..c3759d392c 100644 --- a/migration/330-trunk/020_AD_ModelValidator.sql +++ b/migration/330-trunk/020_AD_ModelValidator.sql @@ -185,3 +185,8 @@ INSERT INTO ad_treenodemm(ad_tree_id, node_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, parent_id, seqno) VALUES(10, 53012, 0, 0, 'Y', TO_DATE ('10/22/2007 09:30:00', 'MM/DD/YYYY HH24:MI:SS'), 0, TO_DATE ('10/22/2007 09:30:00', 'MM/DD/YYYY HH24:MI:SS'), 0, 153, 9); +-- INSERTING into AD_Sequence +INSERT +INTO ad_sequence(ad_sequence_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, name, description, vformat, isautosequence, incrementno, startno, currentnext, currentnextsys, isaudited, istableid, prefix, suffix, startnewyear) +VALUES(53012, 0, 0, 'Y', TO_DATE ('10/22/2007 09:30:00', 'MM/DD/YYYY HH24:MI:SS'), 100, TO_DATE ('10/22/2007 09:30:00', 'MM/DD/YYYY HH24:MI:SS'), 100, 'AD_ModelValidator', 'Table AD_ModelValidator', NULL, 'Y', 1, 1000000, 1000000, 50000, 'N', 'Y', NULL, NULL, 'N'); + diff --git a/migration/330-trunk/postgresql/020_AD_ModelValidator.sql b/migration/330-trunk/postgresql/020_AD_ModelValidator.sql index f37d3003f0..d5ef2abbcf 100644 --- a/migration/330-trunk/postgresql/020_AD_ModelValidator.sql +++ b/migration/330-trunk/postgresql/020_AD_ModelValidator.sql @@ -185,3 +185,7 @@ INSERT INTO ad_treenodemm(ad_tree_id, node_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, parent_id, seqno) VALUES(10, 53012, 0, 0, 'Y', TO_DATE ('10/22/2007 09:30:00', 'MM/DD/YYYY HH24:MI:SS'), 0, TO_DATE ('10/22/2007 09:30:00', 'MM/DD/YYYY HH24:MI:SS'), 0, 153, 9); +-- INSERTING into AD_Sequence +INSERT +INTO ad_sequence(ad_sequence_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, updatedby, name, description, vformat, isautosequence, incrementno, startno, currentnext, currentnextsys, isaudited, istableid, prefix, suffix, startnewyear) +VALUES(53012, 0, 0, 'Y', TO_DATE ('10/22/2007 09:30:00', 'MM/DD/YYYY HH24:MI:SS'), 100, TO_DATE ('10/22/2007 09:30:00', 'MM/DD/YYYY HH24:MI:SS'), 100, 'AD_ModelValidator', 'Table AD_ModelValidator', NULL, 'Y', 1, 1000000, 1000000, 50000, 'N', 'Y', NULL, NULL, 'N');