Skip to content

Commit 126f0e3

Browse files
committed
Allow SELECT * by default
1 parent b0feb08 commit 126f0e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export default {
177177
apiKey: env.ADMIN_AUTHORIZATION_TOKEN,
178178
}),
179179
new SqlMacros({
180-
preventSelectStar: true,
180+
preventSelectStar: false,
181181
}),
182182
] satisfies StarbasePlugin[]
183183

0 commit comments

Comments
 (0)