feat: use postgres
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
-- +goose Up
|
||||
CREATE TABLE smoke (
|
||||
id BIGSERIAL PRIMARY KEY,
|
||||
note TEXT NOT NULL
|
||||
);
|
||||
|
||||
-- +goose Down
|
||||
DROP TABLE smoke;
|
||||
Reference in New Issue
Block a user