1
0
Fork 0
forked from forgejo/forgejo

Alter package_version.metadata_json to LONGTEXT (#21667)

This commit is contained in:
KN4CK3R 2022-11-03 08:28:46 +01:00 committed by GitHub
parent 81ea4f95a0
commit f8f859b8fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 29 additions and 1 deletions

View file

@ -433,6 +433,8 @@ var migrations = []Migration{
NewMigration("Add ConfidentialClient column (default true) to OAuth2Application table", v1_18.AddConfidentialClientColumnToOAuth2ApplicationTable),
// v231 -> v232
NewMigration("Add index for hook_task", v1_19.AddIndexForHookTask),
// v232 -> v233
NewMigration("Alter package_version.metadata_json to LONGTEXT", v1_19.AlterPackageVersionMetadataToLongText),
}
// GetCurrentDBVersion returns the current db version