mirror of https://github.com/buster-so/buster.git
4 lines
94 B
MySQL
4 lines
94 B
MySQL
|
-- Your SQL goes here
|
||
|
ALTER TABLE data_sources
|
||
|
ADD COLUMN env VARCHAR NOT NULL DEFAULT 'dev';
|