Skip to content

Commit

Permalink
fixes db issue
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelp committed Oct 25, 2024
1 parent 28e3231 commit cc6c566
Show file tree
Hide file tree
Showing 3 changed files with 1,057 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/db/drizzle/0019_lyrical_thundra.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE "events" ADD COLUMN IF NOT EXISTS "location" varchar(255) DEFAULT 'TBD';--> statement-breakpoint
ALTER TABLE "events" ADD COLUMN IF NOT EXISTS "points" integer DEFAULT 0 NOT NULL;
Loading

0 comments on commit cc6c566

Please sign in to comment.