diff options
Diffstat (limited to 'modules/migration/schemas_bindata.go')
-rw-r--r-- | modules/migration/schemas_bindata.go | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/migration/schemas_bindata.go b/modules/migration/schemas_bindata.go new file mode 100644 index 0000000000..d0fef698b4 --- /dev/null +++ b/modules/migration/schemas_bindata.go @@ -0,0 +1,10 @@ +// Copyright 2022 The Gitea Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + +//go:build bindata +// +build bindata + +package migration + +//go:generate go run ../../build/generate-bindata.go ../../modules/migration/schemas migration bindata.go |