Implement attachments for Discord -> Matrix

This commit is contained in:
Gary Kramlich
2022-02-11 04:04:07 -06:00
parent 6a688f01b7
commit 7f99dc4a9e
9 changed files with 413 additions and 39 deletions

View File

@@ -40,6 +40,7 @@ func Run(db *sql.DB, baseLog log.Logger) error {
migrator.WithLogger(logger),
migrator.Migrations(
migrationFromFile("01-initial.sql"),
migrationFromFile("02-attachments.sql"),
),
)
if err != nil {