cadc-inventory-db.0.12.1.source-code.inventory.upgrade-0.9.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cadc-inventory-db Show documentation
Show all versions of cadc-inventory-db Show documentation
OpenCADC Storage Inventory database library
-- 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