Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Catalog
Genesys Catalog Server
Commits
79b09dc7
Commit
79b09dc7
authored
Nov 17, 2017
by
alugovskiy
Browse files
fix liquibase
parent
0838d1bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
genesys-catalog-server/src/main/resources/liquibase/liquibase-changeLog.yml
View file @
79b09dc7
...
...
@@ -2776,12 +2776,37 @@ databaseChangeLog:
author
:
matijaobreza
comment
:
Migrate ACL to app-blocks-1.3-SNAPSHOT
changes
:
-
preConditions
:
onFail
:
continue
not
:
-
tableExists
:
tableName
:
acl_sid_backup
-
renameTable
:
oldTableName
:
acl_sid
newTableName
:
acl_sid_backup
-
changeSet
:
id
:
1509390480000-8
author
:
matijaobreza
comment
:
Migrate ACL to app-blocks-1.3-SNAPSHOT
changes
:
-
preConditions
:
onFail
:
continue
not
:
-
tableExists
:
tableName
:
acl_entry_backup
-
renameTable
:
oldTableName
:
acl_entry
newTableName
:
acl_entry_backup
-
changeSet
:
id
:
1509390480000-9
author
:
matijaobreza
comment
:
Migrate ACL to app-blocks-1.3-SNAPSHOT
changes
:
-
preConditions
:
onFail
:
continue
not
:
-
tableExists
:
tableName
:
acl_sid
-
createTable
:
columns
:
-
column
:
...
...
@@ -3031,7 +3056,7 @@ databaseChangeLog:
referencedColumnNames
:
id
referencedTableName
:
acl_sid
-
changeSet
:
id
:
1504514535226-
57
id
:
1504514535226-
10
author
:
andreylugovskoy (generated)
changes
:
-
addColumn
:
...
...
@@ -3046,7 +3071,7 @@ databaseChangeLog:
type
:
VARCHAR(200)
tableName
:
oauthclient
-
changeSet
:
id
:
1504514535226-
59
id
:
1504514535226-
11
author
:
matijaobreza
comment
:
Create 'oauthclientrole'
changes
:
...
...
@@ -3073,7 +3098,7 @@ databaseChangeLog:
onDelete
:
CASCADE
onUpdate
:
CASCADE
-
changeSet
:
id
:
1504514535226-
60
id
:
1504514535226-
12
author
:
andreylugovskoy (generated)
comment
:
Extend OAuth Tokens
changes
:
...
...
@@ -3094,7 +3119,7 @@ databaseChangeLog:
type
:
varchar(100)
-
changeSet
:
id
:
1510582061000-1
id
:
1510582061000-1
3
author
:
mobreza
changes
:
-
addColumn
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment