summaryrefslogtreecommitdiff
path: root/src/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/schema.sql')
-rw-r--r--src/schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/schema.sql b/src/schema.sql
index 725d145..a545da5 100644
--- a/src/schema.sql
+++ b/src/schema.sql
@@ -23,6 +23,7 @@ CREATE TABLE Stamps (
CREATE TABLE Evaluations (
id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
specification INTEGER NOT NULL,
+ revision TEXT NOT NULL,
FOREIGN KEY (specification) REFERENCES Specifications (id)
);