summaryrefslogtreecommitdiff
path: root/opendc/opendc-experiments-sc20/schema.sql
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2020-05-14 20:01:49 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2020-05-14 20:01:49 +0200
commitac8c2bd72cf6408a4f8325529a9d67be47637b9f (patch)
treee67b4b1ba286a1d3524d4de481036bc7b793997d /opendc/opendc-experiments-sc20/schema.sql
parent94e34d41eb384731333819a1dbe10539f9a5a14b (diff)
feat: Add option for specifying failure interval
Diffstat (limited to 'opendc/opendc-experiments-sc20/schema.sql')
-rw-r--r--opendc/opendc-experiments-sc20/schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/opendc-experiments-sc20/schema.sql b/opendc/opendc-experiments-sc20/schema.sql
index 515348c6..92cb5d1f 100644
--- a/opendc/opendc-experiments-sc20/schema.sql
+++ b/opendc/opendc-experiments-sc20/schema.sql
@@ -30,7 +30,7 @@ CREATE TABLE scenarios
workload_name TEXT NOT NULL,
workload_fraction DOUBLE PRECISION NOT NULL,
allocation_policy TEXT NOT NULL,
- failures BOOLEAN NOT NULL,
+ failure_frequency DOUBLE PRECISION NOT NULL,
interference BOOLEAN NOT NULL,
FOREIGN KEY (portfolio_id) REFERENCES portfolios (id)