All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 44s
Build and Push Docker Images / build-frontend (push) Successful in 1m15s
Build and Push Docker Images / build-website (push) Successful in 23s
Build and Push Docker Images / build-central-services-api (push) Successful in 21s
Build and Push Docker Images / build-central-services-admin (push) Successful in 21s
Build and Push Docker Images / build-docs (push) Successful in 22s
3 lines
107 B
SQL
3 lines
107 B
SQL
ALTER TABLE "user_credentials"
|
|
ADD COLUMN IF NOT EXISTS "email_enabled" boolean DEFAULT true NOT NULL;
|