updatable liquibase-changesets with env-vars #157

Closed
hsh-michaelhoennig wants to merge 4 commits from bugfix/updatable-liquibase-changesets-with-env-vars into master
Showing only changes of commit e85a809271 - Show all commits

View File

@ -11,7 +11,7 @@
In production databases, there is only a single row in this table, In production databases, there is only a single row in this table,
in test stages, there can be one row for each test data realm. in test stages, there can be one row for each test data realm.
*/ */
create table rbac.global create table if not exists rbac.global
( (
uuid uuid primary key references rbac.object (uuid) on delete cascade, uuid uuid primary key references rbac.object (uuid) on delete cascade,
name varchar(63) unique name varchar(63) unique