Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-mysqlbackend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
caosdb
Software
caosdb-mysqlbackend
Commits
fe48a64f
Verified
Commit
fe48a64f
authored
1 year ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
DOC: update docs in patch file
parent
cc932e83
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!22
REL: prepare release 7.0.1
,
!11
DRAFT: file system cleanup
Pipeline
#43122
failed
1 year ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
patches/patch20231101-7.0.1/patch.sh
+3
-3
3 additions, 3 deletions
patches/patch20231101-7.0.1/patch.sh
with
3 additions
and
3 deletions
patches/patch20231101-7.0.1/patch.sh
+
3
−
3
View file @
fe48a64f
...
@@ -19,8 +19,9 @@
...
@@ -19,8 +19,9 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
#
# Update mysql schema to version v7.0.0
# Update mysql schema to version v7.0.1
# No migration of the schema, updating procedures only
# Removing remnant tables. This patch version also adds new sanity checks
# during installation/upgrade
NEW_VERSION
=
"v7.0.1"
NEW_VERSION
=
"v7.0.1"
OLD_VERSION
=
"v7.0.0"
OLD_VERSION
=
"v7.0.0"
...
@@ -41,4 +42,3 @@ mysql_execute "DROP TABLE IF EXISTS isa";
...
@@ -41,4 +42,3 @@ mysql_execute "DROP TABLE IF EXISTS isa";
update_version
$NEW_VERSION
update_version
$NEW_VERSION
success
success
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