account balance

This commit is contained in:
2020-05-12 00:45:37 -05:00
parent 54948a386b
commit d06e07cfd3
5 changed files with 108 additions and 7 deletions

View File

@ -83,6 +83,6 @@ INSERT INTO accounts (email)
VALUES ('forest.n.johnson@gmail.com');
INSERT INTO payments (email, dollars, created)
VALUES ('forest.n.johnson@gmail.com', 100.00, TO_TIMESTAMP('2020-05-05','YYYY-MM-DD'));
VALUES ('forest.n.johnson@gmail.com', 20.00, TO_TIMESTAMP('2020-05-05','YYYY-MM-DD'));
UPDATE schemaversion SET version = 2;