diff --git a/tests/data.sql b/tests/data.sql index 3455b26..c643002 100644 --- a/tests/data.sql +++ b/tests/data.sql @@ -2,7 +2,7 @@ BEGIN TRANSACTION; CREATE TABLE IF NOT EXISTS "users" ( "id" INTEGER NOT NULL, "username" TEXT NOT NULL, - "balance" INTEGER NOT NULL, + "balance" REAL NOT NULL, PRIMARY KEY("id") ); CREATE TABLE IF NOT EXISTS "tags" (