X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=sql%2FPg-upgrade2%2Fproject_bob_attributes_fix_project_status_table_name.sql;h=1af4453d8bcdc24b09f00997be14894e1726ecef;hb=f65440cb9d28d4862facc50858bd25fa138cb211;hp=8b2a1ae7e17d1db199352fb76ea0f0e74a87a5fd;hpb=16d62a38a2a09f189ec48d34be78311970542c8c;p=kivitendo-erp.git diff --git a/sql/Pg-upgrade2/project_bob_attributes_fix_project_status_table_name.sql b/sql/Pg-upgrade2/project_bob_attributes_fix_project_status_table_name.sql index 8b2a1ae7e..1af4453d8 100644 --- a/sql/Pg-upgrade2/project_bob_attributes_fix_project_status_table_name.sql +++ b/sql/Pg-upgrade2/project_bob_attributes_fix_project_status_table_name.sql @@ -1,4 +1,4 @@ -- @tag: project_bob_attributes_fix_project_status_table_name -- @description: Tabellennamen project_status in project_statuses korrigieren --- @depends: project_bob_attributes +-- @depends: project_bob_attributes project_bob_attributes_itime_default_fix ALTER TABLE project_status RENAME TO project_statuses;