Compare commits

..

No commits in common. "746ca0c5f039beb34b4407b47231b17dde48015b" and "da76e6215d5ed8295304b2080f3d393f8c62a696" have entirely different histories.

2 changed files with 8 additions and 14 deletions

View File

@ -1,4 +0,0 @@
-- +migrate Up
ALTER TYPE TagType ADD VALUE 'Contributor';
ALTER TYPE TagType ADD VALUE 'Unknown';

View File

@ -52,8 +52,6 @@ const (
Meta TagType = "meta"
Invalid TagType = "invalid"
Copyright TagType = "copyright"
Contributor TagType = "Contributor"
UnknownTagType TagType = "Unknown"
)
const (