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
|
-- +migrate Up
|
||||||
|
|
||||||
INSERT INTO tag_types (name) VALUES ('Contributor');
|
ALTER TYPE TagType ADD VALUE 'Contributor';
|
||||||
INSERT INTO tag_types (name) VALUES ('Unknown');
|
ALTER TYPE TagType ADD VALUE 'Unknown';
|
||||||
|
Loading…
Reference in New Issue
Block a user