Skip to content

Commit

Permalink
chore: remove
Browse files Browse the repository at this point in the history
  • Loading branch information
tianzhou committed Mar 14, 2024
1 parent 963fc22 commit 02e268f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion migrations/1001_init.down.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DROP TABLE "user1";
DROP TABLE "user";
2 changes: 1 addition & 1 deletion migrations/1001_init.up.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CREATE TABLE "user1" (
CREATE TABLE "user" (
"id" SERIAL NOT NULL,
"firstName" character varying NOT NULL,
"lastName" character varying NOT NULL,
Expand Down

0 comments on commit 02e268f

Please sign in to comment.