summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal/db/bundb/migrations/20250708074906_unauthed_web_updates/new/account.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/bundb/migrations/20250708074906_unauthed_web_updates/new/account.go b/internal/db/bundb/migrations/20250708074906_unauthed_web_updates/new/account.go
index ad25a5bc9..a2b12e49e 100644
--- a/internal/db/bundb/migrations/20250708074906_unauthed_web_updates/new/account.go
+++ b/internal/db/bundb/migrations/20250708074906_unauthed_web_updates/new/account.go
@@ -69,7 +69,7 @@ type Account struct {
// Added in this migration:
HidesToPublicFromUnauthedWeb *bool `bun:",nullzero,notnull,default:false"`
- HidesCcPublicFromUnauthedWeb *bool `bun:",nullzero,notnull,default:false"`
+ HidesCcPublicFromUnauthedWeb *bool `bun:",nullzero,notnull,default:true"`
}
type Field struct {