remane vars
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-21 15:11:21 +07:00
parent 66df21c6c9
commit f2011b953c
8 changed files with 517 additions and 471 deletions
@@ -1,6 +1,6 @@
-- +goose Up
-- +goose StatementBegin
CREATE TABLE IF NOT EXISTS positions (
CREATE TABLE IF NOT EXISTS wastes (
id SERIAL PRIMARY KEY,
name TEXT NOT NULL,
price INT NOT NULL,
@@ -13,5 +13,6 @@ CREATE TABLE IF NOT EXISTS positions (
-- +goose Down
-- +goose StatementBegin
DROP TABLE IF EXISTS positions;
DROP TABLE IF EXISTS wastes;
-- +goose StatementEnd
А