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

dll.inserts.insertPermissions.sql Maven / Gradle / Ivy

There is a newer version: 3.12.2
Show newest version
insert into permissions (id, permissionName, shortcut, description) values
(1, 'view_user_images', 'vui', 'This permission grant to view the images of a user'),
(2, 'delete', 'del', 'This permission grant to delete the images of a user');




© 2015 - 2024 Weber Informatics LLC | Privacy Policy