almost finish refactoring PersistentCredential trait
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
INSERT INTO credentials (id, name, type, is_default, created_at)
|
||||
INSERT INTO credentials (id, name, credential_type, is_default, created_at)
|
||||
VALUES
|
||||
(X'00000000000000000000000000000000', 'test', 'aws', strftime('%s'), 1),
|
||||
(X'ffffffffffffffffffffffffffffffff', 'test2', 'aws', strftime('%s'), 0);
|
||||
(X'00000000000000000000000000000000', 'test', 'aws', 1, strftime('%s')),
|
||||
(X'ffffffffffffffffffffffffffffffff', 'test2', 'aws', 0, strftime('%s'));
|
||||
|
||||
INSERT INTO aws_credentials (id, access_key_id, secret_key_enc, nonce)
|
||||
VALUES
|
||||
|
Reference in New Issue
Block a user