mirror of
https://github.com/dreamstarsky/runbin.git
synced 2026-05-15 14:23:07 +00:00
6 lines
156 B
SQL
6 lines
156 B
SQL
-- +goose Up
|
|
ALTER TABLE pastes ADD COLUMN IF NOT EXISTS compile_log TEXT NOT NULL DEFAULT '';
|
|
|
|
-- +goose Down
|
|
ALTER TABLE pastes DROP COLUMN compile_log;
|