summaryrefslogtreecommitdiff
path: root/internal/db
diff options
context:
space:
mode:
authorLibravatar Daenney <daenney@noreply.codeberg.org>2025-04-27 13:36:27 +0200
committerLibravatar tobi <tobi.smethurst@protonmail.com>2025-05-05 12:01:45 +0200
commit60aca6daa26fefeea881611f6254aa752884a880 (patch)
tree5059ddec6eeddca069c1739bddc20179b505162a /internal/db
parent[chore] add woodpecker ci/cd pipelines (#4061) (diff)
downloadgotosocial-60aca6daa26fefeea881611f6254aa752884a880.tar.xz
[chore] Rewrite all remaining Github links
Diffstat (limited to 'internal/db')
-rw-r--r--internal/db/bundb/migrations/20250124164400_domain_perm_sub_migration_fix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/bundb/migrations/20250124164400_domain_perm_sub_migration_fix.go b/internal/db/bundb/migrations/20250124164400_domain_perm_sub_migration_fix.go
index 6e9756e39..50546cd42 100644
--- a/internal/db/bundb/migrations/20250124164400_domain_perm_sub_migration_fix.go
+++ b/internal/db/bundb/migrations/20250124164400_domain_perm_sub_migration_fix.go
@@ -30,7 +30,7 @@ import (
// which will be a noop in most cases, but will fix some issues for those who
// were running snapshots between GtS v0.17.0 and GtS v0.18.0.
//
-// See https://github.com/superseriousbusiness/gotosocial/pull/3679.
+// See https://codeberg.org/superseriousbusiness/gotosocial/pulls/3679.
func init() {
up := func(ctx context.Context, db *bun.DB) error {
return db.RunInTx(ctx, nil, func(ctx context.Context, tx bun.Tx) error {