3 lines
67 B
SQL
3 lines
67 B
SQL
ALTER TABLE wo_items
|
|
DROP COLUMN IF EXISTS change_justification;
|
ALTER TABLE wo_items
|
|
DROP COLUMN IF EXISTS change_justification;
|