From 348d08b141f9aa5b88db554019590aee8631ab09 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Thu, 6 Sep 2007 18:12:00 +0000 Subject: [PATCH] remove useless commit --- html/admin/sql/patch/upgrade30.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/html/admin/sql/patch/upgrade30.sql b/html/admin/sql/patch/upgrade30.sql index cc11100b9..364d72837 100644 --- a/html/admin/sql/patch/upgrade30.sql +++ b/html/admin/sql/patch/upgrade30.sql @@ -10,6 +10,5 @@ alter table jrn_action add constraint "$1" foreign key (ja_jrn_type) references alter table jrn_def add constraint "$1" FOREIGN KEY (jrn_def_type) REFERENCES jrn_type(jrn_type_id); update version set val=31; -commit; commit;