Update the database for custom puppets

This commit is contained in:
Gary Kramlich
2022-02-23 03:26:23 -06:00
parent 4b87ea1cc7
commit c6be694106
4 changed files with 56 additions and 7 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE puppet ADD COLUMN custom_mxid TEXT;
ALTER TABLE puppet ADD COLUMN access_token TEXT;