Skip to content

Commit

Permalink
Revert "Correct spelling: updat_id -> update_id (#4299)"
Browse files Browse the repository at this point in the history
This reverts commit 8fa4d3f.
  • Loading branch information
wxing1292 committed May 11, 2023
1 parent 45fada1 commit 5ff7207
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CREATE TABLE update_info_maps (
namespace_id BINARY(16) NOT NULL,
workflow_id VARCHAR(255) NOT NULL,
run_id BINARY(16) NOT NULL,
update_id VARCHAR(255) NOT NULL,
updat_id VARCHAR(255) NOT NULL,
--
data MEDIUMBLOB NOT NULL,
data_encoding VARCHAR(16),
Expand Down
2 changes: 1 addition & 1 deletion schema/mysql/v57/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ package v57
// NOTE: whenever there is a new database schema update, plz update the following versions

// Version is the MySQL database release version
const Version = "1.10"
const Version = "1.9"

// VisibilityVersion is the MySQL visibility database release version
const VisibilityVersion = "1.1"
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CREATE TABLE update_info_maps (
namespace_id BINARY(16) NOT NULL,
workflow_id VARCHAR(255) NOT NULL,
run_id BINARY(16) NOT NULL,
update_id VARCHAR(255) NOT NULL,
updat_id VARCHAR(255) NOT NULL,
--
data MEDIUMBLOB NOT NULL,
data_encoding VARCHAR(16),
Expand Down
2 changes: 1 addition & 1 deletion schema/mysql/v8/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ package v8
// NOTE: whenever there is a new database schema update, plz update the following versions

// Version is the MySQL database release version
const Version = "1.10"
const Version = "1.9"

// VisibilityVersion is the MySQL visibility database release version
const VisibilityVersion = "1.3"

0 comments on commit 5ff7207

Please sign in to comment.