Fix typo in db migration name

This commit is contained in:
Tulir Asokan
2023-05-27 13:44:54 +03:00
parent 52fa4da8b2
commit 1e9099e989

View File

@@ -0,0 +1,3 @@
-- v21 (compatible with v19+): Store global displayname and is webhook status for puppets
ALTER TABLE puppet ADD COLUMN global_name TEXT NOT NULL DEFAULT '';
ALTER TABLE puppet ADD COLUMN is_webhook BOOLEAN NOT NULL DEFAULT false;