Add db migration to fix broken double puppets

This commit is contained in:
Tulir Asokan
2023-01-16 17:24:04 +02:00
parent 770aaa25ff
commit d0fb075874
2 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
-- v0 -> v9: Latest revision
-- v0 -> v10: Latest revision
CREATE TABLE guild (
dcid TEXT PRIMARY KEY,

View File

@@ -0,0 +1,2 @@
-- v10: Remove double puppet ghosts added while there was a bug in the bridge
DELETE FROM puppet WHERE id='';