From 45f3559d585e84e637c3e8b574eba2401c62a88f Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 12 Feb 2005 20:33:06 +0000 Subject: [PATCH] Add the patch for the account_repository database --- html/admin/sql/patch/ac-upgrade4.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 html/admin/sql/patch/ac-upgrade4.sql diff --git a/html/admin/sql/patch/ac-upgrade4.sql b/html/admin/sql/patch/ac-upgrade4.sql new file mode 100644 index 000000000..deb335047 --- /dev/null +++ b/html/admin/sql/patch/ac-upgrade4.sql @@ -0,0 +1,2 @@ +delete from jnt_use_dos where dos_id not in (select dos_id from ac_dossier); +update version set val=4; \ No newline at end of file