Skip to content

Commit

Permalink
remove firstName and surname from user table
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilpatel2712 committed Oct 8, 2024
1 parent 15e935b commit 0559773
Show file tree
Hide file tree
Showing 3 changed files with 1,359 additions and 1 deletion.
2 changes: 2 additions & 0 deletions drizzle/0008_remove_firstName_and_surname.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE "user" DROP COLUMN IF EXISTS "firstName";--> statement-breakpoint
ALTER TABLE "user" DROP COLUMN IF EXISTS "surname";
Loading

0 comments on commit 0559773

Please sign in to comment.