You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules/migration
wxiaoguang c18d8d6968
Remove legacy `+build:` constraint (#19582)
Go 1.17 and later use modern `//go:build` constraints, the old `// +build:` constraints should be removed.
2 years ago
..
file_format_testdata Validate migration files (#18203) 2 years ago
schemas Validate migration files (#18203) 2 years ago
comment.go Store the foreign ID of issues during migration (#18446) 2 years ago
downloader.go Store the foreign ID of issues during migration (#18446) 2 years ago
error.go Move migrations into services and base into modules/migration (#17663) 3 years ago
file_format.go Validate migration files (#18203) 2 years ago
file_format_test.go Validate migration files (#18203) 2 years ago
issue.go Store the foreign ID of issues during migration (#18446) 2 years ago
label.go Validate migration files (#18203) 2 years ago
messenger.go Move migrations into services and base into modules/migration (#17663) 3 years ago
milestone.go Validate migration files (#18203) 2 years ago
null_downloader.go Store the foreign ID of issues during migration (#18446) 2 years ago
options.go Move migrations into services and base into modules/migration (#17663) 3 years ago
pullrequest.go Store the foreign ID of issues during migration (#18446) 2 years ago
reaction.go add test coverage for original author conversion during migrations (#18506) 2 years ago
release.go add test coverage for original author conversion during migrations (#18506) 2 years ago
repo.go Move migrations into services and base into modules/migration (#17663) 3 years ago
retry_downloader.go Store the foreign ID of issues during migration (#18446) 2 years ago
review.go Store the foreign ID of issues during migration (#18446) 2 years ago
schemas_bindata.go Remove legacy `+build:` constraint (#19582) 2 years ago
schemas_dynamic.go Remove legacy `+build:` constraint (#19582) 2 years ago
schemas_static.go Remove legacy `+build:` constraint (#19582) 2 years ago
uploader.go Move migrations into services and base into modules/migration (#17663) 3 years ago