diff --git a/migrations/000.208.sql b/migrations/000.208.sql new file mode 100644 index 0000000..b27f8e4 --- /dev/null +++ b/migrations/000.208.sql @@ -0,0 +1,4 @@ +-- P5-5377: remove currency_hint column + +ALTER TABLE inquiries + DROP COLUMN currency_hint;