mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	add mysql create db sql file
This commit is contained in:
		
							
								
								
									
										2
									
								
								conf/mysql.sql
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								conf/mysql.sql
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,2 @@
 | 
				
			|||||||
 | 
					DROP DATABASE gogs;
 | 
				
			||||||
 | 
					CREATE DATABASE IF NOT EXISTS gogs CHARACTER SET utf8 COLLATE utf8_general_ci;
 | 
				
			||||||
		Reference in New Issue
	
	Block a user