5 lines
94 B
SQL
5 lines
94 B
SQL
-- P5-5377: remove currency_hint column
|
|
|
|
ALTER TABLE inquiries
|
|
DROP COLUMN currency_hint;
|