cadc-inventory-db.0.12.1.source-code.inventory.upgrade-0.4.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
alter table .Artifact
rename column storageLocation to storageLocation_storageID;
alter table .Artifact
add column storageLocation_storageBucket varchar(8);
© 2015 - 2024 Weber Informatics LLC | Privacy Policy