mirror of
				https://github.com/lingble/twenty.git
				synced 2025-11-04 14:47:59 +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
		
			
				
	
	
		
			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;
 |