All Downloads are FREE. Search and download functionalities are using the official Maven repository.

evolutions.0.2.19_0.2.23.sql Maven / Gradle / Ivy

The newest version!
create table cfg.dbs_properties (db_id int4 not null, value varchar(255) not null, name varchar(255) not null, primary key (db_id, value, name));
alter table cfg.data_sources rename max_active  to maximum_pool_size;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy