mirror of
https://github.com/lingble/twenty.git
synced 2025-11-07 08:07:55 +00:00
Migrate database to default locally
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
CREATE DATABASE twenty;
|
||||
CREATE DATABASE "default";
|
||||
CREATE DATABASE hasura;
|
||||
|
||||
-- From: https://raw.githubusercontent.com/nhost/hasura-auth/main/docker/initdb.d/0001-create-schema.sql
|
||||
\c twenty;
|
||||
\c default;
|
||||
-- auth schema
|
||||
CREATE SCHEMA IF NOT EXISTS auth;
|
||||
-- https://github.com/hasura/graphql-engine/issues/3657
|
||||
|
||||
Reference in New Issue
Block a user