summaryrefslogtreecommitdiff
path: root/db/migrations/0209_funny_silver_fox.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrations/0209_funny_silver_fox.sql')
-rw-r--r--db/migrations/0209_funny_silver_fox.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/migrations/0209_funny_silver_fox.sql b/db/migrations/0209_funny_silver_fox.sql
new file mode 100644
index 00000000..c5526165
--- /dev/null
+++ b/db/migrations/0209_funny_silver_fox.sql
@@ -0,0 +1,2 @@
+ALTER TABLE "periodic_evaluations" ALTER COLUMN "status" SET DEFAULT 'PENDING';--> statement-breakpoint
+ALTER TABLE "tech_vendor_contacts" ADD COLUMN "country" varchar(100); \ No newline at end of file