mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-12 22:30:01 +03:00
2496431703
* 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;
|