fix: Update tag type addition method in SQL migration file
Signed-off-by: SoXX <soxx@anthrove.art>
This commit is contained in:
parent
b5135f795a
commit
746ca0c5f0
@ -1,4 +1,4 @@
|
||||
-- +migrate Up
|
||||
|
||||
INSERT INTO tag_types (name) VALUES ('Contributor');
|
||||
INSERT INTO tag_types (name) VALUES ('Unknown');
|
||||
ALTER TYPE TagType ADD VALUE 'Contributor';
|
||||
ALTER TYPE TagType ADD VALUE 'Unknown';
|
||||
|
Loading…
Reference in New Issue
Block a user