2 lines
94 B
SQL
2 lines
94 B
SQL
-- Remove logs column from executions table
|
|
ALTER TABLE executions DROP COLUMN IF EXISTS logs; |