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

@@ -42,6 +42,7 @@ func Run(db *sql.DB, baseLog log.Logger) error {
migrationFromFile("01-initial.sql"),
migrationFromFile("02-attachments.sql"),
migrationFromFile("03-emoji.sql"),
migrationFromFile("04-custom-puppet.sql"),
),
)
if err != nil {