mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	fix gpg wrong column types
This commit is contained in:
		
				
					committed by
					
						
						Kim "BKC" Carlbäcker
					
				
			
			
				
	
			
			
			
						parent
						
							430cc4f42a
						
					
				
				
					commit
					608cd54a68
				
			@@ -96,6 +96,8 @@ var migrations = []Migration{
 | 
			
		||||
	NewMigration("generate and migrate wiki Git hooks", generateAndMigrateWikiGitHooks),
 | 
			
		||||
	// v23 -> v24
 | 
			
		||||
	NewMigration("add user openid table", addUserOpenID),
 | 
			
		||||
	// v24 -> v25
 | 
			
		||||
	NewMigration("change the key_id and primary_key_id type", changeGPGKeysColumns),
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Migrate database to current version
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user