delete sql migration
This commit is contained in:
parent
c55203f43f
commit
c4b98a09ed
1 changed files with 0 additions and 16 deletions
|
|
@ -1,16 +0,0 @@
|
||||||
-- +goose Up
|
|
||||||
-- +goose StatementBegin
|
|
||||||
CREATE TABLE IF NOT EXISTS keys (
|
|
||||||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
|
||||||
host_pattern TEXT NOT NULL,
|
|
||||||
user_pattern TEXT NOT NULL,
|
|
||||||
encrypted_pem BLOB NOT NULL,
|
|
||||||
comment TEXT,
|
|
||||||
UNIQUE (user_pattern, host_pattern)
|
|
||||||
);
|
|
||||||
-- +goose StatementEnd
|
|
||||||
|
|
||||||
-- +goose Down
|
|
||||||
-- +goose StatementBegin
|
|
||||||
DROP TABLE IF EXISTS keys;
|
|
||||||
-- +goose StatementEnd
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue