diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-25 08:32:07 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-25 08:32:07 +0200 |
| commit | 805367fb4c5af4ba40e8c507b788da0078b4f60d (patch) | |
| tree | e0d5356ea2792739529d9f525aa38600b0fcf532 /database/test.sql | |
| parent | bf1117effbc1fc4769e10b1fa00f6116202d0c7f (diff) | |
Update schema.sql to drop tables if existing
Diffstat (limited to 'database/test.sql')
| -rw-r--r-- | database/test.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database/test.sql b/database/test.sql index 747f5257..e262ba54 100644 --- a/database/test.sql +++ b/database/test.sql @@ -312,7 +312,7 @@ INSERT INTO cpus (manufacturer, family, generation, model, clock_rate_mhz, numbe -- GPUs INSERT INTO gpus (manufacturer, family, generation, model, clock_rate_mhz, number_of_cores, energy_consumption_w, - failure_model_id) VALUES ("NVIDIA", "GTX", "4", "1080", 1200, 200, 250, 1); + failure_model_id) VALUES ('NVIDIA', 'GTX', '4', '1080', 1200, 200, 250, 1); -- CPUs in machines INSERT INTO machine_cpus (machine_id, cpu_id) VALUES (1, 1); |
