Skip to content
Prev Previous commit
Next Next commit
Fix param
  • Loading branch information
Baroukh Ovadia committed Jun 28, 2021
commit 90018fca4dad2a6defbc1d2b5342e4b65b43e333
2 changes: 1 addition & 1 deletion internal/endtoend/testdata/mix_param_types/mysql/sqlc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "querytest",
"schema": "test.sql",
"queries": "test.sql",
"engine": "postgresql"
"engine": "mysql"
}
]
}