Files
devstar-create-from-template/models/migrations/v1_16/v199.go
2025-08-25 15:46:12 +08:00

7 lines
245 B
Go

// Copyright 2021 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
package v1_16
// 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.