mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
feat(federation): Finalize Versia 0.6 port
This commit is contained in:
parent
fca30b4dad
commit
b7e77097ba
20 changed files with 2788 additions and 439 deletions
14
packages/kit/tables/migrations/0054_good_madelyne_pryor.sql
Normal file
14
packages/kit/tables/migrations/0054_good_madelyne_pryor.sql
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
ALTER TABLE "Likes" DROP CONSTRAINT "Likes_uri_unique";--> statement-breakpoint
|
||||
ALTER TABLE "Notes" DROP CONSTRAINT "Notes_uri_unique";--> statement-breakpoint
|
||||
ALTER TABLE "Users" DROP CONSTRAINT "Users_uri_unique";--> statement-breakpoint
|
||||
DROP INDEX "Users_uri_index";--> statement-breakpoint
|
||||
ALTER TABLE "Likes" ADD COLUMN "remote_id" text;--> statement-breakpoint
|
||||
ALTER TABLE "Notes" ADD COLUMN "remote_id" text;--> statement-breakpoint
|
||||
ALTER TABLE "Reaction" ADD COLUMN "remote_id" text;--> statement-breakpoint
|
||||
ALTER TABLE "Users" ADD COLUMN "remote_id" text;--> statement-breakpoint
|
||||
ALTER TABLE "Likes" DROP COLUMN "uri";--> statement-breakpoint
|
||||
ALTER TABLE "Notes" DROP COLUMN "uri";--> statement-breakpoint
|
||||
ALTER TABLE "Users" DROP COLUMN "uri";--> statement-breakpoint
|
||||
ALTER TABLE "Users" DROP COLUMN "endpoints";--> statement-breakpoint
|
||||
ALTER TABLE "Users" DROP COLUMN "public_key";--> statement-breakpoint
|
||||
ALTER TABLE "Users" DROP COLUMN "private_key";
|
||||
2394
packages/kit/tables/migrations/meta/0054_snapshot.json
Normal file
2394
packages/kit/tables/migrations/meta/0054_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -379,6 +379,13 @@
|
|||
"when": 1765422160004,
|
||||
"tag": "0053_lively_hellfire_club",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 54,
|
||||
"version": "7",
|
||||
"when": 1771983340896,
|
||||
"tag": "0054_good_madelyne_pryor",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue