2022-03-17 22:38:35 +05:30
|
|
|
// Copyright 2022 The Gitea Authors. All rights reserved.
|
2022-11-27 13:20:29 -05:00
|
|
|
// SPDX-License-Identifier: MIT
|
2022-03-17 22:38:35 +05:30
|
|
|
|
2025-06-27 07:59:55 +02:00
|
|
|
package v1_17
|
2022-03-17 22:38:35 +05:30
|
|
|
|
|
|
|
|
import (
|
|
|
|
|
"xorm.io/xorm"
|
|
|
|
|
)
|
|
|
|
|
|
2023-03-24 03:01:55 +08:00
|
|
|
func CreateForeignReferenceTable(_ *xorm.Engine) error {
|
|
|
|
|
return nil // This table was dropped in v1_19/v237.go
|
2022-03-17 22:38:35 +05:30
|
|
|
}
|