summaryrefslogtreecommitdiff
path: root/internal/db/bundb/migrations/20230821075342_attachment_cleanup_updates.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/db/bundb/migrations/20230821075342_attachment_cleanup_updates.go')
-rw-r--r--internal/db/bundb/migrations/20230821075342_attachment_cleanup_updates.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/bundb/migrations/20230821075342_attachment_cleanup_updates.go b/internal/db/bundb/migrations/20230821075342_attachment_cleanup_updates.go
index 2ee0a0c7d..182459237 100644
--- a/internal/db/bundb/migrations/20230821075342_attachment_cleanup_updates.go
+++ b/internal/db/bundb/migrations/20230821075342_attachment_cleanup_updates.go
@@ -20,7 +20,7 @@ package migrations
import (
"context"
- "github.com/superseriousbusiness/gotosocial/internal/log"
+ "code.superseriousbusiness.org/gotosocial/internal/log"
"github.com/uptrace/bun"
)