mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	docs: migration start new section (#15462)
This commit is contained in:
		@@ -302,6 +302,9 @@ var migrations = []Migration{
 | 
				
			|||||||
	NewMigration("Remove invalid labels from comments", removeInvalidLabels),
 | 
						NewMigration("Remove invalid labels from comments", removeInvalidLabels),
 | 
				
			||||||
	// v177 -> v178
 | 
						// v177 -> v178
 | 
				
			||||||
	NewMigration("Delete orphaned IssueLabels", deleteOrphanedIssueLabels),
 | 
						NewMigration("Delete orphaned IssueLabels", deleteOrphanedIssueLabels),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						// Gitea 1.14.0 ends at v178
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// v178 -> v179
 | 
						// v178 -> v179
 | 
				
			||||||
	NewMigration("Add LFS columns to Mirror", addLFSMirrorColumns),
 | 
						NewMigration("Add LFS columns to Mirror", addLFSMirrorColumns),
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user