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