3 lines
218 B
MySQL
3 lines
218 B
MySQL
|
alter table integrations add column nunux_keeper_enabled bool default 'f';
|
||
|
alter table integrations add column nunux_keeper_url text default '';
|
||
|
alter table integrations add column nunux_keeper_api_key text default '';
|