UI & Feature update - Alpha #9

Merged
Mathis merged 22 commits from dev into prod 2026-01-14 22:40:06 +01:00
3 changed files with 1661 additions and 0 deletions
Showing only changes of commit 026aebaee3 - Show all commits

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, "when": 1768420201679,
"tag": "0005_perpetual_silverclaw", "tag": "0005_perpetual_silverclaw",
"breakpoints": true "breakpoints": true
},
{
"idx": 6,
"version": "7",
"when": 1768423315172,
"tag": "0006_friendly_adam_warlock",
"breakpoints": true
} }
] ]
} }