feat(database): add migration snapshot 0006_snapshot.json for schema updates

Capture extensive database schema changes, including new tables and updated relationships for better data management and integrity.
This commit is contained in:
Mathis HERRIOT
2026-01-14 21:43:10 +01:00
parent a30113e8e2
commit 026aebaee3
3 changed files with 1661 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE "users" ADD COLUMN "avatar_url" varchar(512);--> statement-breakpoint
ALTER TABLE "users" ADD COLUMN "bio" varchar(255);