Add uuid generation extension to sample_psql.eex.
This commit is contained in:
		
							parent
							
								
									91065e1968
								
							
						
					
					
						commit
						e3f3d13d99
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -4,3 +4,4 @@ CREATE DATABASE pleroma_dev OWNER pleroma;
 | 
			
		|||
--Extensions made by ecto.migrate that need superuser access
 | 
			
		||||
CREATE EXTENSION IF NOT EXISTS citext;
 | 
			
		||||
CREATE EXTENSION IF NOT EXISTS pg_trgm;
 | 
			
		||||
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue