From 4fbff5caca64ffdeb38b4a1a7169c0dac49038ec Mon Sep 17 00:00:00 2001 From: trogers1884 Date: Mon, 24 Mar 2025 20:23:30 -0500 Subject: [PATCH] Add initial schema for c77_rbac --- .gitignore | 2 +- .idea/dataSources.xml | 12 ++++++++++++ README.md | 3 ++- schema.sql | 0 4 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 .idea/dataSources.xml create mode 100644 schema.sql diff --git a/.gitignore b/.gitignore index 51fbedb..9508e00 100644 --- a/.gitignore +++ b/.gitignore @@ -43,7 +43,7 @@ # Logs *.log logs/ - + # Test or debug output test/output/ debug/ \ No newline at end of file diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml new file mode 100644 index 0000000..6da4b8f --- /dev/null +++ b/.idea/dataSources.xml @@ -0,0 +1,12 @@ + + + + + postgresql + true + org.postgresql.Driver + jdbc:postgresql://192.168.49.115:5432/c77_rbac_dev + $ProjectFileDir$ + + + \ No newline at end of file diff --git a/README.md b/README.md index 7afd806..6141a82 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -c77_rbac \ No newline at end of file +# c77_rbac +A PostgreSQL extension for role-based access control (RBAC). \ No newline at end of file diff --git a/schema.sql b/schema.sql new file mode 100644 index 0000000..e69de29