refactor(database): Remove unused columns and rename baseUrl to domain

This commit is contained in:
Jesse Wierzbinski 2026-04-03 12:47:37 +02:00
parent 35d285bb2a
commit df2a5ce260
No known key found for this signature in database
16 changed files with 2448 additions and 59 deletions

View file

@ -0,0 +1,3 @@
ALTER TABLE "Instances" RENAME COLUMN "base_url" TO "domain";--> statement-breakpoint
ALTER TABLE "Reaction" DROP CONSTRAINT "Reaction_uri_unique";--> statement-breakpoint
ALTER TABLE "Reaction" DROP COLUMN "uri";

File diff suppressed because it is too large Load diff

View file

@ -386,6 +386,13 @@
"when": 1771983340896,
"tag": "0054_good_madelyne_pryor",
"breakpoints": true
},
{
"idx": 55,
"version": "7",
"when": 1775213166172,
"tag": "0055_yielding_harry_osborn",
"breakpoints": true
}
]
}