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 (
|
const (
|
||||||
General TagType = "general"
|
General TagType = "general"
|
||||||
Species TagType = "species"
|
Species TagType = "species"
|
||||||
Character TagType = "character"
|
Character TagType = "character"
|
||||||
Artist TagType = "artist"
|
Artist TagType = "artist"
|
||||||
Lore TagType = "lore"
|
Lore TagType = "lore"
|
||||||
Meta TagType = "meta"
|
Meta TagType = "meta"
|
||||||
Invalid TagType = "invalid"
|
Invalid TagType = "invalid"
|
||||||
Copyright TagType = "copyright"
|
Copyright TagType = "copyright"
|
||||||
Contributor TagType = "Contributor"
|
|
||||||
UnknownTagType TagType = "Unknown"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user