Remove old tags from models

This commit is contained in:
Deluan
2020-01-17 19:36:50 -05:00
parent 123f543a94
commit 035fdaeb96
4 changed files with 6 additions and 7 deletions
-1
View File
@@ -9,7 +9,6 @@ import (
"github.com/cloudsonic/sonic-server/model"
)
// This is used to isolate Storm's struct tags from the domain, to keep it agnostic of persistence details
type Artist struct {
ID string `orm:"pk;column(id)"`
Name string `orm:"index"`