From 27c7f28e53b48decb6ca3c06215beffc622b7c86 Mon Sep 17 00:00:00 2001 From: forest Date: Sat, 16 May 2020 22:08:59 -0500 Subject: [PATCH] remove test data --- .../schema_migrations/02_up_accounts_vms_etc.sql | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/capsulflask/schema_migrations/02_up_accounts_vms_etc.sql b/capsulflask/schema_migrations/02_up_accounts_vms_etc.sql index 7f98356..87e8bf8 100644 --- a/capsulflask/schema_migrations/02_up_accounts_vms_etc.sql +++ b/capsulflask/schema_migrations/02_up_accounts_vms_etc.sql @@ -98,14 +98,4 @@ VALUES ('f1-s', 5.33, 512, 1, 500), ('f1-xx', 29.66, 8192, 4, 8000), ('f1-xxx', 57.58, 16384, 8, 16000); --- this is test data to be removed later -INSERT INTO accounts (email) -VALUES ('forest.n.johnson@gmail.com'); - -INSERT INTO payments (email, dollars, created) -VALUES ('forest.n.johnson@gmail.com', 20.00, TO_TIMESTAMP('2020-04-05','YYYY-MM-DD')); - -INSERT INTO vms (id, email, os, size, created) -VALUES ('capsul-yi9ffqbjly', 'forest.n.johnson@gmail.com', 'alpine311', 'f1-xx', TO_TIMESTAMP('2020-04-19','YYYY-MM-DD')); - UPDATE schemaversion SET version = 2; \ No newline at end of file