4 lines
92 B
SQL
4 lines
92 B
SQL
alter TABLE projects drop COLUMN time_tracking;
|
|
|
|
drop TYPE IF EXISTS "TimeTrackingMapping";
|