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

cadc-inventory-db.0.12.1.source-code.inventory.upgrade-0.9.sql Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version

-- default value just to allow upgrade to proceed: minoc will set with configured value
alter table .StorageSite
    add column allowRead boolean not null default false,
    add column allowWrite boolean not null default false;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy