mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-06-07 01:48:50 +00:00
Fix migration (#2319)
This commit is contained in:
parent
cf9a4be128
commit
7adfa6c2ba
1 changed files with 1 additions and 1 deletions
|
@ -56,6 +56,6 @@ var addOrgID = task{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return dropTableColumns(sess, "secrets", "secret_owner")
|
return nil
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue