Add initial schema for c77_rbac
This commit is contained in:
parent
04edbcf2b7
commit
4fbff5caca
2
.gitignore
vendored
2
.gitignore
vendored
@ -43,7 +43,7 @@
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
|
||||
|
||||
# Test or debug output
|
||||
test/output/
|
||||
debug/
|
12
.idea/dataSources.xml
generated
Normal file
12
.idea/dataSources.xml
generated
Normal 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>
|
@ -1 +1,2 @@
|
||||
c77_rbac
|
||||
# c77_rbac
|
||||
A PostgreSQL extension for role-based access control (RBAC).
|
0
schema.sql
Normal file
0
schema.sql
Normal file
Loading…
x
Reference in New Issue
Block a user