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';
|
|
@ -52,8 +52,6 @@ const (
|
|||||||
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