Skip to content

Commit 52d9699

Browse files
committed
a
1 parent da0557e commit 52d9699

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

database/fuzzili.sql

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ CREATE TABLE execution_type (
1414
title VARCHAR(32) NOT NULL UNIQUE
1515
);
1616

17-
--preseed with AI Mut, Delta, OG Testcase type
18-
-- reference in execution table
19-
2017
-- Program table: Stores generated test programs
2118
CREATE TABLE program (
2219
program_base64 TEXT PRIMARY KEY, -- Base64-encoded test program (unique identifier)

0 commit comments

Comments
 (0)