Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
basic
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xrm
basic
Commits
82ec62a7
Commit
82ec62a7
authored
4 years ago
by
S.Listl
Browse files
Options
Downloads
Patches
Plain Diff
1059861 missing liqibase script restored
parent
645046c7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.liquibase/Data_alias/basic/2020.1.2/changelog.xml
+2
-1
2 additions, 1 deletion
.liquibase/Data_alias/basic/2020.1.2/changelog.xml
.liquibase/Data_alias/basic/2020.1.2/insert_workflowCategory_keyword.xml
+24
-0
24 additions, 0 deletions
..._alias/basic/2020.1.2/insert_workflowCategory_keyword.xml
with
26 additions
and
1 deletion
.liquibase/Data_alias/basic/2020.1.2/changelog.xml
+
2
−
1
View file @
82ec62a7
...
...
@@ -2,5 +2,6 @@
<databaseChangeLog
xmlns=
"http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd"
>
<include
file=
"AlterDatatypeOfKeyColumnsToChar/changelog.xml"
relativeToChangelogFile=
"true"
/>
<include
file=
"AddNullableToDateNew.xml"
relativeToChangelogFile=
"true"
/>
<include
file=
"AddNullableToDateNew.xml"
relativeToChangelogFile=
"true"
/>
<include
file=
"insert_workflowCategory_keyword.xml"
relativeToChangelogFile=
"true"
/>
</databaseChangeLog>
This diff is collapsed.
Click to expand it.
.liquibase/Data_alias/basic/2020.1.2/insert_workflowCategory_keyword.xml
0 → 100644
+
24
−
0
View file @
82ec62a7
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog
xmlns=
"http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd"
>
<changeSet
author=
"s.listl"
id=
"38b13161-5163-48d9-9791-f9c7027cac62"
>
<insert
tableName=
"AB_KEYWORD_ENTRY"
>
<column
name=
"AB_KEYWORD_ENTRYID"
value=
"f241b36a-c2fe-40be-9e2e-8293c700d096"
/>
<column
name=
"KEYID"
value=
"WORKFLOWCATEGORYMARKETING"
/>
<column
name=
"TITLE"
value=
"Marketing"
/>
<column
name=
"CONTAINER"
value=
"WorkflowCategory"
/>
<column
name=
"SORTING"
valueNumeric=
"1"
/>
<column
name=
"ISACTIVE"
valueNumeric=
"1"
/>
<column
name=
"ISESSENTIAL"
valueNumeric=
"0"
/>
</insert>
<insert
tableName=
"AB_KEYWORD_ENTRY"
>
<column
name=
"AB_KEYWORD_ENTRYID"
value=
"00a72718-554e-46ab-b83c-fb9b81be4be6"
/>
<column
name=
"KEYID"
value=
"WORKFLOWCATEGORYRELEASE"
/>
<column
name=
"TITLE"
value=
"Release"
/>
<column
name=
"CONTAINER"
value=
"WorkflowCategory"
/>
<column
name=
"SORTING"
valueNumeric=
"2"
/>
<column
name=
"ISACTIVE"
valueNumeric=
"1"
/>
<column
name=
"ISESSENTIAL"
valueNumeric=
"0"
/>
</insert>
</changeSet>
</databaseChangeLog>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment