From 5ab85d98e067816760dd68b26a2656b1f1790bc7 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 15 Jul 2013 10:07:20 +0200 Subject: [PATCH] =?utf8?q?SQL-Upgrade-Abh=C3=A4ngigkeiten=20gefixt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- sql/Pg-upgrade2/project_bob_attributes_itime_default_fix.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/Pg-upgrade2/project_bob_attributes_itime_default_fix.sql b/sql/Pg-upgrade2/project_bob_attributes_itime_default_fix.sql index 190254ba1..f048999ab 100644 --- a/sql/Pg-upgrade2/project_bob_attributes_itime_default_fix.sql +++ b/sql/Pg-upgrade2/project_bob_attributes_itime_default_fix.sql @@ -1,6 +1,6 @@ -- @tag: project_bob_attributes_itime_default_fix -- @description: Standardwert für 'itime'-Spalten in Bob-Tabellen fixen --- @depends: release_3_0_0 +-- @depends: project_bob_attributes ALTER TABLE project ALTER COLUMN itime SET DEFAULT now(); ALTER TABLE project_status ALTER COLUMN itime SET DEFAULT now(); -- 2.20.1