Skip to content

Commit

Permalink
Merge pull request #89 from Cray-HPE/CASMHMS-5726
Browse files Browse the repository at this point in the history
Fix syntax error in migration down step 22
  • Loading branch information
alvarez3-hpe authored Sep 1, 2022
2 parents 9c138ea + 993ad7a commit a8a899a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.58.0
1.58.1
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.58.1] - 2022-08-31

### Fixed

- CASMHMS-5726 - Fixed syntax error in migration down step 22

## [1.58.0] - 2022-08-11

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion migrations/postgres/22_remove_v1_version20.down.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
BEGIN;

ALTER TABLE reservations
ADD COLUMN IF NOT EXISTS v1_lock_id;
ADD COLUMN IF NOT EXISTS v1_lock_id UUID;

CREATE TABLE IF NOT EXISTS component_locks (
"id" UUID PRIMARY KEY,
Expand Down

0 comments on commit a8a899a

Please sign in to comment.