polycule-connect/polyculeconnect/migrations/4_add_code_challenge.up.sql

3 lines
173 B
MySQL
Raw Normal View History

ALTER TABLE "auth_request_2" ADD COLUMN code_challenge STRING NOT NULL DEFAULT '';
ALTER TABLE "auth_request_2" ADD COLUMN code_challenge_method STRING NOT NULL DEFAULT '';