mirror of
https://github.com/twentyhq/twenty.git
synced 2026-02-05 05:22:28 -05:00
* Update CI and CD scripts * Fix docker docs build * Fix CD * Fix CD * Update front build and add postgres intel pg_graphql files * Fix postgres install * Fix * Update docs
5 lines
118 B
SQL
5 lines
118 B
SQL
CREATE DATABASE "default";
|
|
CREATE DATABASE "test";
|
|
CREATE USER twenty PASSWORD 'twenty';
|
|
ALTER ROLE twenty superuser;
|