Files

7 lines
245 B
Go
Raw Permalink Normal View History

2021-10-16 02:14:34 -04:00
// Copyright 2021 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
2021-10-16 02:14:34 -04:00
2025-06-27 07:59:55 +02:00
package v1_16
2021-10-16 02:14:34 -04:00
2022-07-01 17:04:01 +01:00
// We used to use a table `remote_version` to store information for updater, now we use `AppState`, so this migration task is a no-op now.