mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Add 'IF EXISTS', otherwise an error would show on MySQL that has no
'gogs' created before.
This commit is contained in:
		
				
					committed by
					
						
						frankts_chen
					
				
			
			
				
	
			
			
			
						parent
						
							46af92c57e
						
					
				
				
					commit
					6ce8fa49ea
				
			@@ -1,2 +1,2 @@
 | 
			
		||||
DROP DATABASE gogs;
 | 
			
		||||
DROP DATABASE IF EXISTS gogs;
 | 
			
		||||
CREATE DATABASE IF NOT EXISTS gogs CHARACTER SET utf8 COLLATE utf8_general_ci;
 | 
			
		||||
		Reference in New Issue
	
	Block a user