polycule-connect/polyculeconnect/migrations/2_consent.up.sql
Melora Hugues e99fabafb9
Some checks failed
/ docker-build-only (push) Failing after 33s
/ go-test (push) Failing after 1m1s
Add consent (#42)
2024-10-20 21:08:57 +02:00

1 line
No EOL
73 B
SQL

ALTER TABLE "auth_request" ADD COLUMN consent INTEGER NOT NULL DEFAULT 0;