woodpecker-ci / woodpecker

Woodpecker is a simple, yet powerful CI/CD engine with great extensibility.
https://woodpecker-ci.org
Apache License 2.0
4.07k stars 351 forks source link

Fix mysql migration #1607

Open anbraten opened 1 year ago

anbraten commented 1 year ago

Originally posted by @alexef: https://github.com/woodpecker-ci/woodpecker/commit/ca8e215cfa238f29b137b2ff93b704ca8db2f16f#r103543149

It seems mysql is not supporting DROP INDEX IF EXISTS which is currently used by https://github.com/woodpecker-ci/woodpecker/blob/master/server/store/datastore/migration/000_legacy_to_xorm.go#L110

pat-s commented 6 months ago

@anbraten Can this be closed?

anbraten commented 6 months ago

Its still in the code.