mirror of
https://github.com/dreamstarsky/runbin.git
synced 2026-05-15 22:33:09 +00:00
first demo
This commit is contained in:
5
migrations/0003_add_compilelog_column.sql
Normal file
5
migrations/0003_add_compilelog_column.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- +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;
|
||||
Reference in New Issue
Block a user