4 lines
188 B
MySQL
4 lines
188 B
MySQL
|
-- Place your SQL code here
|
||
|
ALTER TABLE srt.config ADD IF NOT EXISTS isAllowedUnloading bool DEFAULT 1 NOT NULL
|
||
|
COMMENT 'Permite que se pueda cambiar el mode de los buffers a UNLOADING';
|