chatdesk-ui/storage_v1.19.1/migrations/multitenant/0001-initialmigration.sql

8 lines
175 B
SQL

CREATE TABLE IF NOT EXISTS tenants (
id text PRIMARY KEY,
anon_key text NOT NULL,
database_url text NOT NULL,
jwt_secret text NOT NULL,
service_key text NOT NULL
);