milestone 24: persist and surface the unsupported-line count
This commit is contained in:
@@ -271,6 +271,7 @@ test "a fresh database reaches the baseline with every v1 column and rule kind"
|
||||
try testing.expectEqual(@as(u32, 1), target_version);
|
||||
try testing.expect(try columnExists(&database, "upstreams", "tls_name"));
|
||||
try testing.expect(try columnExists(&database, "blocklist_sources", "exception_count"));
|
||||
try testing.expect(try columnExists(&database, "blocklist_sources", "skipped_unsupported_count"));
|
||||
|
||||
try database.exec(
|
||||
\\INSERT INTO rules (group_id, pattern, kind, action, created_at)
|
||||
|
||||
Reference in New Issue
Block a user