chatai/storage_v1.19.1/migrations/multitenant/0005-add-db-pool-options.sql

3 lines
161 B
SQL

ALTER TABLE tenants ADD COLUMN IF NOT EXISTS database_pool_url text DEFAULT NULL;
ALTER TABLE tenants ADD COLUMN IF NOT EXISTS max_connections int DEFAULT NULL;