X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/57d97e2ba47a46a15a71b1fcbdd4d26bfc5205a3..5771d385e2f5d65ba0f3c260f52f20ef9af9b2c9:/sql/Pg-upgrade2/project_bob_attributes_itime_default_fix.sql 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();