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);

File diff suppressed because it is too large Load Diff

View File

@@ -43,6 +43,13 @@
"when": 1768420201679,
"tag": "0005_perpetual_silverclaw",
"breakpoints": true
},
{
"idx": 6,
"version": "7",
"when": 1768423315172,
"tag": "0006_friendly_adam_warlock",
"breakpoints": true
}
]
}