schema_version_14.sql 218 B

123
  1. alter table integrations add column nunux_keeper_enabled bool default 'f';
  2. alter table integrations add column nunux_keeper_url text default '';
  3. alter table integrations add column nunux_keeper_api_key text default '';