Compare commits
No commits in common. "746ca0c5f039beb34b4407b47231b17dde48015b" and "da76e6215d5ed8295304b2080f3d393f8c62a696" have entirely different histories.
746ca0c5f0
...
da76e6215d
@ -1,4 +0,0 @@
|
||||
-- +migrate Up
|
||||
|
||||
ALTER TYPE TagType ADD VALUE 'Contributor';
|
||||
ALTER TYPE TagType ADD VALUE 'Unknown';
|
@ -44,16 +44,14 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
General TagType = "general"
|
||||
Species TagType = "species"
|
||||
Character TagType = "character"
|
||||
Artist TagType = "artist"
|
||||
Lore TagType = "lore"
|
||||
Meta TagType = "meta"
|
||||
Invalid TagType = "invalid"
|
||||
Copyright TagType = "copyright"
|
||||
Contributor TagType = "Contributor"
|
||||
UnknownTagType TagType = "Unknown"
|
||||
General TagType = "general"
|
||||
Species TagType = "species"
|
||||
Character TagType = "character"
|
||||
Artist TagType = "artist"
|
||||
Lore TagType = "lore"
|
||||
Meta TagType = "meta"
|
||||
Invalid TagType = "invalid"
|
||||
Copyright TagType = "copyright"
|
||||
)
|
||||
|
||||
const (
|
||||
|
Loading…
x
Reference in New Issue
Block a user