mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 21:47:38 +00: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
4 lines
118 B
SQL
4 lines
118 B
SQL
CREATE DATABASE "default";
|
|
CREATE DATABASE "test";
|
|
CREATE USER twenty PASSWORD 'twenty';
|
|
ALTER ROLE twenty superuser;
|