mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-23 11:09:30 +00:00
added token to post-commit hooks
This commit is contained in:
@@ -37,6 +37,7 @@ func Connect(driver, datasource string) (*sql.DB, error) {
|
||||
migration.DefaultSetVersion = migrate.SetVersion
|
||||
var migrations = []migration.Migrator{
|
||||
migrate.Setup,
|
||||
migrate.Migrate_20142110,
|
||||
}
|
||||
return migration.Open(driver, datasource, migrations)
|
||||
}
|
||||
|
Reference in New Issue
Block a user