Skip to content

Commit d3dac1f

Browse files
Create table 't2' in migrations for version 1.0.2
1 parent c8e5f1a commit d3dac1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CREATE TABLE "public"."t1" (
1+
CREATE TABLE "public"."t2" (
22
"id" serial PRIMARY KEY,
33
"username" text
44
)

0 commit comments

Comments
 (0)