generated from VLADIMIR/template
add file prefix
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
CREATE TABLE
|
||||
IF NOT EXISTS scenarios (
|
||||
id SERIAL PRIMARY KEY,
|
||||
name VARCHAR(255) NOT NULL UNIQUE,
|
||||
name VARCHAR(255) NOT NULL,
|
||||
description TEXT,
|
||||
image TEXT,
|
||||
scenario JSONB NOT NULL DEFAULT '{}'::jsonb,
|
||||
@@ -17,4 +17,4 @@ CREATE TABLE
|
||||
);
|
||||
|
||||
-- +goose Down
|
||||
DROP TABLE IF EXISTS scenarios;
|
||||
DROP TABLE IF EXISTS scenarios;
|
||||
|
||||
Reference in New Issue
Block a user