Skip to content

Commit 44c06a8

Browse files
committed
A boolean is an INTEGER.
1 parent d64ed68 commit 44c06a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ecto/adapters/sqlite3/connection_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2167,7 +2167,7 @@ defmodule Ecto.Adapters.SQLite3.ConnectionTest do
21672167
"on_hand" INTEGER DEFAULT 0 NULL, \
21682168
"likes" INTEGER DEFAULT 0 NOT NULL, \
21692169
"published_at" TEXT NULL, \
2170-
"is_active" BOOLEAN DEFAULT true, \
2170+
"is_active" INTEGER DEFAULT true, \
21712171
"notes" TEXT COLLATE NOCASE, \
21722172
"meta" TEXT CONSTRAINT meta_constraint CHECK (meta != 'a')\
21732173
)\

0 commit comments

Comments
 (0)