forked from 3wordchant/capsul-flask
allow . and @ in ssh key names
This commit is contained in:
@ -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;
|
Reference in New Issue
Block a user