allow . and @ in ssh key names

This commit is contained in:
2020-05-11 23:09:11 -05:00
parent 5df06dc1b3
commit 54948a386b
2 changed files with 6 additions and 3 deletions

View File

@ -82,4 +82,7 @@ VALUES ('f1-s', 5.33, 512, 1, 500),
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'));
UPDATE schemaversion SET version = 2;