Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Run Biome
run: pnpm biome check .

- name: Run prose style checks
- name: Run style checks (terminology / docs / comments)
run: pnpm prose:check

- name: Run lens checks (append-only / collision / purity / wire completeness)
Expand Down
2 changes: 2 additions & 0 deletions backend/drizzle/20260814205136_cloudy_proteus/migration.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE "passkeys" ADD COLUMN "counter" integer DEFAULT 0 NOT NULL;--> statement-breakpoint
ALTER TABLE "tokens" ADD COLUMN "redirect_path" varchar(255);
Loading