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

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

There is a newer version: 1.0.4
Show newest version

-- very open permisions; suitable for dedicated database with minimal accounts
grant usage on schema  to public;
grant select on all tables in schema  to public;






© 2015 - 2024 Weber Informatics LLC | Privacy Policy