migration.V13__add_pipeline_fetch_mode.sql Maven / Gradle / Ivy
alter table pipelines add column query_mode varchar(100) not null default 'INCREMENTAL';
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
alter table pipelines add column query_mode varchar(100) not null default 'INCREMENTAL';