All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 45s
Build and Push Docker Images / build-frontend (push) Successful in 1m21s
Build and Push Docker Images / build-central-services-api (push) Successful in 22s
Build and Push Docker Images / build-website (push) Successful in 23s
Build and Push Docker Images / build-central-services-admin (push) Successful in 22s
Build and Push Docker Images / build-docs (push) Successful in 21s
5 lines
181 B
SQL
5 lines
181 B
SQL
ALTER TABLE "tenant_export_jobs"
|
|
ALTER COLUMN "tenant_id" DROP NOT NULL,
|
|
ADD COLUMN IF NOT EXISTS "status_message" text,
|
|
ADD COLUMN IF NOT EXISTS "import_result" jsonb;
|