Skip to content

Commit b71da2a

Browse files
committed
prettier
1 parent 2217a3e commit b71da2a

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

examples/hackernews/src/drizzle/meta/0000_snapshot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@
4848
"schemas": {},
4949
"tables": {}
5050
}
51-
}
51+
}

examples/hackernews/src/drizzle/meta/0001_snapshot.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,8 @@
4141
"name": "comments_link_id_links_id_fk",
4242
"tableFrom": "comments",
4343
"tableTo": "links",
44-
"columnsFrom": [
45-
"link_id"
46-
],
47-
"columnsTo": [
48-
"id"
49-
],
44+
"columnsFrom": ["link_id"],
45+
"columnsTo": ["id"],
5046
"onDelete": "cascade",
5147
"onUpdate": "no action"
5248
}
@@ -98,4 +94,4 @@
9894
"schemas": {},
9995
"tables": {}
10096
}
101-
}
97+
}

examples/hackernews/src/drizzle/meta/_journal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
"breakpoints": true
1818
}
1919
]
20-
}
20+
}

0 commit comments

Comments
 (0)