mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
fix(federation): 🐛 Fix fetching of ActivityPub users not working anymore
This commit is contained in:
parent
0e054e7cba
commit
42ff591e48
12 changed files with 2182 additions and 8 deletions
2
drizzle/migrations/0030_curvy_vulture.sql
Normal file
2
drizzle/migrations/0030_curvy_vulture.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DROP INDEX IF EXISTS "Users_username_index";--> statement-breakpoint
|
||||
CREATE INDEX IF NOT EXISTS "Users_username_index" ON "Users" USING btree ("username");
|
||||
2145
drizzle/migrations/meta/0030_snapshot.json
Normal file
2145
drizzle/migrations/meta/0030_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -211,6 +211,13 @@
|
|||
"when": 1721155789219,
|
||||
"tag": "0029_shiny_korvac",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 30,
|
||||
"version": "7",
|
||||
"when": 1721223331975,
|
||||
"tag": "0030_curvy_vulture",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue