X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=sql%2FPg-upgrade2%2Ftime_recordings_remove_type.sql;fp=sql%2FPg-upgrade2%2Ftime_recordings_remove_type.sql;h=db79bba7c847e4b7cf28a3c704bb429aa564e79b;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hp=0000000000000000000000000000000000000000;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44;p=kivitendo-erp.git diff --git a/sql/Pg-upgrade2/time_recordings_remove_type.sql b/sql/Pg-upgrade2/time_recordings_remove_type.sql new file mode 100644 index 000000000..db79bba7c --- /dev/null +++ b/sql/Pg-upgrade2/time_recordings_remove_type.sql @@ -0,0 +1,6 @@ +-- @tag: time_recordings_remove_type +-- @description: Zeiterfassungs-Typen entfernen +-- @depends: time_recordings time_recordings2 + +ALTER TABLE time_recordings DROP column type_id; +DROP TABLE time_recording_types;