mirror of
				https://github.com/lingble/twenty.git
				synced 2025-10-31 20:57:55 +00:00 
			
		
		
		
	 2496431703
			
		
	
	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;
 |