Skip to content

Commit 86bc19d

Browse files
committed
add native_mode columns to cli tests
Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>
1 parent 1bc4ec6 commit 86bc19d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cli/test/sql/setup_studio_test_tables.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ CREATE TABLE `projects` (
3131
`name` text NOT NULL,
3232
`slug` text NOT NULL,
3333
`description` text NOT NULL,
34+
`native_mode` integer,
3435
`created_at` text,
3536
`updated_at` text
3637
);

0 commit comments

Comments
 (0)