summaryrefslogtreecommitdiff
path: root/db/migrations/0261_flashy_landau.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrations/0261_flashy_landau.sql')
-rw-r--r--db/migrations/0261_flashy_landau.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/db/migrations/0261_flashy_landau.sql b/db/migrations/0261_flashy_landau.sql
new file mode 100644
index 00000000..4109c411
--- /dev/null
+++ b/db/migrations/0261_flashy_landau.sql
@@ -0,0 +1,3 @@
+ALTER TABLE "users" ADD COLUMN "last_consent_update" timestamp with time zone;--> statement-breakpoint
+ALTER TABLE "users" ADD COLUMN "consent_version" varchar(20);--> statement-breakpoint
+ALTER TABLE "users" ADD COLUMN "requires_consent_update" boolean DEFAULT false NOT NULL; \ No newline at end of file