Create mas database in postgres initialScript
This commit is contained in:
		
					parent
					
						
							
								c6913d2be5
							
						
					
				
			
			
				commit
				
					
						94e279094a
					
				
			
		
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
					@ -8,6 +8,11 @@
 | 
				
			||||||
        TEMPLATE template0
 | 
					        TEMPLATE template0
 | 
				
			||||||
        LC_COLLATE = "C"
 | 
					        LC_COLLATE = "C"
 | 
				
			||||||
        LC_CTYPE = "C";
 | 
					        LC_CTYPE = "C";
 | 
				
			||||||
 | 
					      CREATE ROLE "mas_user" WITH LOGIN PASSWORD 'mas';
 | 
				
			||||||
 | 
					      CREATE DATABASE "mas" WITH OWNER "mas_user"
 | 
				
			||||||
 | 
					        TEMPLATE template0
 | 
				
			||||||
 | 
					        LC_COLLATE = "C"
 | 
				
			||||||
 | 
					        LC_CTYPE = "C";
 | 
				
			||||||
    '';
 | 
					    '';
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue