feat: remove foreign key and triggers (#345)

This commit is contained in:
boojack
2022-10-26 23:00:09 +08:00
committed by GitHub
parent 4e00b1b0cd
commit 9705406b82
12 changed files with 161 additions and 207 deletions

View File

@@ -10,7 +10,7 @@ import (
var Version = "0.6.1"
// DevVersion is the service current development version.
var DevVersion = "0.6.1"
var DevVersion = "0.7.0"
func GetCurrentVersion(mode string) string {
if mode == "dev" {