X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/57d97e2ba47a46a15a71b1fcbdd4d26bfc5205a3..f89dda62e91564f825f52df0c4e63ca85691e858:/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();