mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Add primary key and index to external login user table (#1656)
This commit is contained in:
		@@ -108,6 +108,8 @@ var migrations = []Migration{
 | 
			
		||||
	NewMigration("add field for repo size", addRepoSize),
 | 
			
		||||
	// v29 -> v30
 | 
			
		||||
	NewMigration("add commit status table", addCommitStatus),
 | 
			
		||||
	// v30 -> 31
 | 
			
		||||
	NewMigration("add primary key to external login user", addExternalLoginUserPK),
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Migrate database to current version
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user