summaryrefslogtreecommitdiff
path: root/internal/db/bundb/migrations/20220905150505_custom_emoji_updates.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/db/bundb/migrations/20220905150505_custom_emoji_updates.go')
-rw-r--r--internal/db/bundb/migrations/20220905150505_custom_emoji_updates.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/db/bundb/migrations/20220905150505_custom_emoji_updates.go b/internal/db/bundb/migrations/20220905150505_custom_emoji_updates.go
index 71df49692..944b7c3b4 100644
--- a/internal/db/bundb/migrations/20220905150505_custom_emoji_updates.go
+++ b/internal/db/bundb/migrations/20220905150505_custom_emoji_updates.go
@@ -1,6 +1,6 @@
/*
GoToSocial
- Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org
+ Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
@@ -22,7 +22,7 @@ import (
"context"
"database/sql"
- "github.com/superseriousbusiness/gotosocial/internal/db/bundb/migrations/20220905150505_custom_emoji_updates"
+ gtsmodel "github.com/superseriousbusiness/gotosocial/internal/db/bundb/migrations/20211113114307_init"
"github.com/uptrace/bun"
)