Добавил сущности role и user

This commit is contained in:
2023-08-10 22:21:30 +03:00
parent 047502916a
commit 4974796f0a
9 changed files with 73 additions and 9 deletions

View File

@@ -55,8 +55,10 @@
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
</dependencies>
<build>