We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62e4d9 commit 3069ff1Copy full SHA for 3069ff1
models/migrations/migrations.go
@@ -414,7 +414,7 @@ var migrations = []Migration{
414
// v225 -> v226
415
NewMigration("Alter gpg_key/public_key content TEXT fields to MEDIUMTEXT", alterPublicGPGKeyContentFieldsToMediumText),
416
// v226 -> v227
417
- NewMigration("Fix package semver field", fixPackageSemverField),
+ NewMigration("Conan and generic packages do not need to be semantically versioned", fixPackageSemverField),
418
}
419
420
// GetCurrentDBVersion returns the current db version
0 commit comments