4 lines
89 B
MySQL
4 lines
89 B
MySQL
|
alter TABLE projects drop COLUMN time_tracking;
|
||
|
|
||
|
drop TYPE IF EXISTS "TimeTrackingType";
|