mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Alter issue/comment table TEXT fields to LONGTEXT (#16765)
* Alter issue/comment table TEXT fields to LONGTEXT * Use If not Switch Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
		| @@ -334,6 +334,8 @@ var migrations = []Migration{ | ||||
| 	NewMigration("Unwrap ldap.Sources", unwrapLDAPSourceCfg), | ||||
| 	// v190 -> v191 | ||||
| 	NewMigration("Add agit flow pull request support", addAgitFlowPullRequest), | ||||
| 	// v191 -> v192 | ||||
| 	NewMigration("Alter issue/comment table TEXT fields to LONGTEXT", alterIssueAndCommentTextFieldsToLongText), | ||||
| } | ||||
|  | ||||
| // GetCurrentDBVersion returns the current db version | ||||
|   | ||||
		Reference in New Issue
	
	Block a user