gitea源码

12345678910111213
  1. // Copyright 2022 The Gitea Authors. All rights reserved.
  2. // SPDX-License-Identifier: MIT
  3. package v1_17
  4. import (
  5. "xorm.io/xorm"
  6. )
  7. func CreateForeignReferenceTable(_ *xorm.Engine) error {
  8. return nil // This table was dropped in v1_19/v237.go
  9. }