Skip to content

Commit 1a6cdaa

Browse files
authored
tests: fix boolean check (#124)
1 parent c5f9daf commit 1a6cdaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/v2/date.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description TEXT NULL,
2020
pg_date pgdate NOT NULL ,
2121
time_wtz timestamptz NOT NULL ,
2222
time_ntz timestampntz NOT NULL ,
23-
done boolean NOT NULL default 1
23+
done boolean NOT NULL default true
2424
)
2525
PRIMARY INDEX id;
2626
`;

0 commit comments

Comments
 (0)