Skip to content

Commit

Permalink
Merge branch 'beta' into add-aggregate-functions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiSherman authored Nov 27, 2023
2 parents c695972 + 142bc1f commit 0606ccb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions examples/cloudflare-d1/drizzle.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"out": "drizzle",
"schema": "src/schema.ts"
}
4 changes: 2 additions & 2 deletions examples/cloudflare-d1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "",
"scripts": {
"test:types": "tsc --noEmit",
"generate": "drizzle-kit generate:sqlite --schema=src/schema.ts",
"up": "drizzle-kit up:sqlite --schema=src/schema.ts"
"generate": "drizzle-kit generate:sqlite",
"up": "drizzle-kit up:sqlite"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 0606ccb

Please sign in to comment.