mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Add Version info to migrations.go (#16653)
Gitea migrations of 1.15.0 ends at v189
This commit is contained in:
		@@ -327,6 +327,9 @@ var migrations = []Migration{
 | 
				
			|||||||
	NewMigration("Drop unneeded webhook related columns", dropWebhookColumns),
 | 
						NewMigration("Drop unneeded webhook related columns", dropWebhookColumns),
 | 
				
			||||||
	// v188 -> v189
 | 
						// v188 -> v189
 | 
				
			||||||
	NewMigration("Add key is verified to gpg key", addKeyIsVerified),
 | 
						NewMigration("Add key is verified to gpg key", addKeyIsVerified),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						// Gitea 1.15.0 ends at v189
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// v189 -> v190
 | 
						// v189 -> v190
 | 
				
			||||||
	NewMigration("Unwrap ldap.Sources", unwrapLDAPSourceCfg),
 | 
						NewMigration("Unwrap ldap.Sources", unwrapLDAPSourceCfg),
 | 
				
			||||||
	// v190 -> v191
 | 
						// v190 -> v191
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user