refactor: ♻️ Rewrite relationship system

This commit is contained in:
Jesse Wierzbinski 2024-07-27 20:46:19 +02:00
parent 62b68a64ac
commit 3baac85cf7
No known key found for this signature in database
23 changed files with 2634 additions and 596 deletions

View file

@ -0,0 +1,3 @@
ALTER TABLE "Relationships" DROP COLUMN IF EXISTS "followed_by";--> statement-breakpoint
ALTER TABLE "Relationships" DROP COLUMN IF EXISTS "blocked_by";--> statement-breakpoint
ALTER TABLE "Relationships" DROP COLUMN IF EXISTS "requested_by";

File diff suppressed because it is too large Load diff

View file

@ -218,6 +218,13 @@
"when": 1721223331975,
"tag": "0030_curvy_vulture",
"breakpoints": true
},
{
"idx": 31,
"version": "7",
"when": 1722100203904,
"tag": "0031_mature_demogoblin",
"breakpoints": true
}
]
}