just a sec

This commit is contained in:
tobi 2025-03-18 10:37:27 +01:00
commit 143daf2582
3 changed files with 15 additions and 8 deletions

View file

@ -70,7 +70,7 @@ func init() {
if _, err := tx.
NewCreateIndex().
Table("statuses").
Index("statuses_profile_web_view_sorting_idx").
Index("statuses_profile_web_view_order_by_idx").
Column("account_id", "federated").
ColumnExpr("? DESC", bun.Ident("id")).
IfNotExists().