forked from 3wordchant/capsul-flask
		
	remove test data
This commit is contained in:
		| @ -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; | ||||
		Reference in New Issue
	
	Block a user