mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 01:38:11 +00:00
removed unused migration sample file
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
package migrate
|
||||
|
||||
import (
|
||||
"database/sql"
|
||||
)
|
||||
|
||||
type Change_20150209 struct{}
|
||||
|
||||
func (Change_20150209) Up(tx *sql.Tx) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (Change_20150209) Down(tx *sql.Tx) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (Change_20150209) Revision() int64 {
|
||||
return 20150209
|
||||
}
|
@@ -51,7 +51,7 @@ CREATE TABLE repos (
|
||||
,private BOOLEAN
|
||||
,disabled BOOLEAN
|
||||
,disabled_pr BOOLEAN
|
||||
,priveleged BOOLEAN
|
||||
,privileged BOOLEAN
|
||||
,timeout INTEGER
|
||||
|
||||
,scm VARCHAR(25)
|
||||
|
Reference in New Issue
Block a user