Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ru4l committed Jun 21, 2024
1 parent 2217a3e commit b71da2a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/hackernews/src/drizzle/meta/0000_snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
"schemas": {},
"tables": {}
}
}
}
10 changes: 3 additions & 7 deletions examples/hackernews/src/drizzle/meta/0001_snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,8 @@
"name": "comments_link_id_links_id_fk",
"tableFrom": "comments",
"tableTo": "links",
"columnsFrom": [
"link_id"
],
"columnsTo": [
"id"
],
"columnsFrom": ["link_id"],
"columnsTo": ["id"],
"onDelete": "cascade",
"onUpdate": "no action"
}
Expand Down Expand Up @@ -98,4 +94,4 @@
"schemas": {},
"tables": {}
}
}
}
2 changes: 1 addition & 1 deletion examples/hackernews/src/drizzle/meta/_journal.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"breakpoints": true
}
]
}
}

0 comments on commit b71da2a

Please sign in to comment.