mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-05 09:18:14 -06:00
just a sec
This commit is contained in:
parent
f257f779a9
commit
143daf2582
3 changed files with 15 additions and 8 deletions
|
|
@ -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().
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue