diff --git a/migrations/000.182.sql b/migrations/000.182.sql new file mode 100644 index 0000000..ee74994 --- /dev/null +++ b/migrations/000.182.sql @@ -0,0 +1,4 @@ +-- P5-5149: add deleted column to inquiries + +ALTER TABLE inquiries + ADD COLUMN deleted TIMESTAMP WITH TIME ZONE;