Skip to content

Commit

Permalink
add native_mode columns to cli tests
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Sutula <asutula@users.noreply.github.com>
  • Loading branch information
asutula committed Aug 10, 2024
1 parent 1bc4ec6 commit 86bc19d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/test/sql/setup_studio_test_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ CREATE TABLE `projects` (
`name` text NOT NULL,
`slug` text NOT NULL,
`description` text NOT NULL,
`native_mode` integer,
`created_at` text,
`updated_at` text
);
Expand Down

0 comments on commit 86bc19d

Please sign in to comment.