-- 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';