From: Moritz Bunkus Date: Mon, 15 Jul 2013 08:07:20 +0000 (+0200) Subject: SQL-Upgrade-Abhängigkeiten gefixt X-Git-Tag: release-3.2.0beta~467^2~122 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=5ab85d98e067816760dd68b26a2656b1f1790bc7;p=kivitendo-erp.git SQL-Upgrade-Abhängigkeiten gefixt --- 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();