refactor: unified migrations and Tag* ID Changes #29
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/v6"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
BREAKING-CHANGE: Database needs to be cleared or migrated. Not compatible with Database v5
@ -19,1 +19,3 @@
TagID TagName `json:"tag_id"`
ID TagAliasID `json:"id" gorm:"primaryKey"`
Name TagAliasName `json:"name"`
TagID TagID `json:"tag_name"`
tag id not tag name in json