2022-01-26 18:45:51 +09:00
|
|
|
// Copyright 2022 The Gitea Authors. All rights reserved.
|
2022-11-28 03:20:29 +09:00
|
|
|
// SPDX-License-Identifier: MIT
|
2022-01-26 18:45:51 +09:00
|
|
|
|
|
|
|
//go:build bindata
|
|
|
|
|
|
|
|
package migration
|
|
|
|
|
|
|
|
//go:generate go run ../../build/generate-bindata.go ../../modules/migration/schemas migration bindata.go
|