mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	Add migration
This commit is contained in:
		@@ -584,6 +584,8 @@ var migrations = []Migration{
 | 
			
		||||
	NewMigration("Add missing field of commit status summary table", v1_23.AddCommitStatusSummary2),
 | 
			
		||||
	// v297 -> v298
 | 
			
		||||
	NewMigration("Add everyone_access_mode for repo_unit", v1_23.AddRepoUnitEveryoneAccessMode),
 | 
			
		||||
	// v298 -> v299
 | 
			
		||||
	NewMigration("Drop wrongly created table o_auth2_application", v1_23.DropWronglyCreatedTable),
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// GetCurrentDBVersion returns the current db version
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user