forked from 3wordchant/capsul-flask
metrics are working!!!
This commit is contained in:
@ -92,4 +92,7 @@ VALUES ('forest.n.johnson@gmail.com');
|
||||
INSERT INTO payments (email, dollars, created)
|
||||
VALUES ('forest.n.johnson@gmail.com', 20.00, TO_TIMESTAMP('2020-05-05','YYYY-MM-DD'));
|
||||
|
||||
INSERT INTO vms (id, email, os, size)
|
||||
VALUES ('capsul-yi9ffqbjly', 'forest.n.johnson@gmail.com', 'alpine311', 'f1-xx');
|
||||
|
||||
UPDATE schemaversion SET version = 2;
|
Reference in New Issue
Block a user