mirror of
https://github.com/lingble/twenty.git
synced 2025-11-20 16:04:57 +00:00
[Wip] Update CI CD (#2945)
* 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
This commit is contained in:
4
packages/twenty-postgres/init.sql
Normal file
4
packages/twenty-postgres/init.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE DATABASE "default";
|
||||
CREATE DATABASE "test";
|
||||
CREATE USER twenty PASSWORD 'twenty';
|
||||
ALTER ROLE twenty superuser;
|
||||
Reference in New Issue
Block a user