tests: add integration test for blob fields
All checks were successful
CI / build-docker (push) Successful in 6s
CI / build-docker-bootstrap (push) Has been skipped
CI / release-test (push) Successful in 2m24s

This commit is contained in:
2026-02-14 18:33:41 -08:00
parent 29787b5521
commit fcf266eb1d
2 changed files with 37 additions and 10 deletions

View File

@@ -41,6 +41,7 @@ create table items (
rowid integer primary key,
description text not null default '',
flavor integer references item_flavor(rowid),
data blob not null,
thing text not null unique,
created_at integer not null,
updated_at integer not null