From ec7cc3e29b4c2772540eeb26ba48597a442a7602 Mon Sep 17 00:00:00 2001 From: trifonnt Date: Mon, 17 Nov 2008 16:10:17 +0000 Subject: [PATCH] forgotten semicolon. --- migration/352a-trunk/323_MFreightCategory_Unique.sql | 3 ++- .../352a-trunk/postgresql/323_MFreightCategory_Unique.sql | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/migration/352a-trunk/323_MFreightCategory_Unique.sql b/migration/352a-trunk/323_MFreightCategory_Unique.sql index 5febe87036..619fc11175 100644 --- a/migration/352a-trunk/323_MFreightCategory_Unique.sql +++ b/migration/352a-trunk/323_MFreightCategory_Unique.sql @@ -1,3 +1,4 @@ -- Make combination of AD_Client_ID and Value unique! ALTER TABLE M_FreightCategory - ADD Constraint M_FreightCat_Value UNIQUE(AD_Client_ID, Value) \ No newline at end of file + ADD Constraint M_FreightCat_Value UNIQUE(AD_Client_ID, Value) +; \ No newline at end of file diff --git a/migration/352a-trunk/postgresql/323_MFreightCategory_Unique.sql b/migration/352a-trunk/postgresql/323_MFreightCategory_Unique.sql index 5febe87036..96334fa701 100644 --- a/migration/352a-trunk/postgresql/323_MFreightCategory_Unique.sql +++ b/migration/352a-trunk/postgresql/323_MFreightCategory_Unique.sql @@ -1,3 +1,4 @@ -- Make combination of AD_Client_ID and Value unique! ALTER TABLE M_FreightCategory - ADD Constraint M_FreightCat_Value UNIQUE(AD_Client_ID, Value) \ No newline at end of file + ADD Constraint M_FreightCat_Value UNIQUE(AD_Client_ID, Value) + ; \ No newline at end of file