diff options
Diffstat (limited to 'internal/db/bundb/migrations/20240722222556_remove_boost_content.go')
| -rw-r--r-- | internal/db/bundb/migrations/20240722222556_remove_boost_content.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/db/bundb/migrations/20240722222556_remove_boost_content.go b/internal/db/bundb/migrations/20240722222556_remove_boost_content.go index a7764e2f7..c8a0eaf82 100644 --- a/internal/db/bundb/migrations/20240722222556_remove_boost_content.go +++ b/internal/db/bundb/migrations/20240722222556_remove_boost_content.go @@ -20,8 +20,8 @@ package migrations import ( "context" - "github.com/superseriousbusiness/gotosocial/internal/gtsmodel" - "github.com/superseriousbusiness/gotosocial/internal/log" + "code.superseriousbusiness.org/gotosocial/internal/gtsmodel" + "code.superseriousbusiness.org/gotosocial/internal/log" "github.com/uptrace/bun" ) |
