Add initial schema for c77_rbac

This commit is contained in:
trogers1884 2025-03-24 20:23:30 -05:00
parent 04edbcf2b7
commit 4fbff5caca
4 changed files with 15 additions and 2 deletions

12
.idea/dataSources.xml generated Normal file
View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="c77_rbac_dev" uuid="cbedbdfe-a339-4d2c-b140-915e43981cfe">
<driver-ref>postgresql</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.postgresql.Driver</jdbc-driver>
<jdbc-url>jdbc:postgresql://192.168.49.115:5432/c77_rbac_dev</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>

View File

@ -1 +1,2 @@
c77_rbac # c77_rbac
A PostgreSQL extension for role-based access control (RBAC).

0
schema.sql Normal file
View File