Update the database for custom puppets
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user