gitea/integrations/migration-test
Eng Zer Jun f2e7d5477f
refactor: move from io/ioutil to io and os package (#17109)
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2021-09-22 13:38:34 +08:00
..
gitea-v1.6.4.mssql.sql.gz Remove statements not supported by SQLExpress from migration te… (#9929) 2020-01-22 15:09:35 +01:00
gitea-v1.6.4.mysql.sql.gz Add migration test (#5773) 2019-01-28 11:18:52 -05:00
gitea-v1.6.4.postgres.sql.gz Add support for database schema in PostgreSQL (#8819) 2020-01-20 16:45:14 +01:00
gitea-v1.6.4.sqlite3.sql.gz Add migration test (#5773) 2019-01-28 11:18:52 -05:00
gitea-v1.7.0.mssql.sql.gz Remove statements not supported by SQLExpress from migration te… (#9929) 2020-01-22 15:09:35 +01:00
gitea-v1.7.0.mysql.sql.gz Add migration test (#5773) 2019-01-28 11:18:52 -05:00
gitea-v1.7.0.postgres.sql.gz Add support for database schema in PostgreSQL (#8819) 2020-01-20 16:45:14 +01:00
gitea-v1.7.0.sqlite3.sql.gz Add migration test (#5773) 2019-01-28 11:18:52 -05:00
migration_test.go refactor: move from io/ioutil to io and os package (#17109) 2021-09-22 13:38:34 +08:00