Skip to content

Commit

Permalink
increase size of reparent_journal columns (#13287)
Browse files Browse the repository at this point in the history
Signed-off-by: deepthi <[email protected]>
  • Loading branch information
deepthi authored Jun 10, 2023
1 parent c43d8e5 commit e94bdf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/vt/sidecardb/schema/misc/reparent_journal.sql
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ limitations under the License.
CREATE TABLE IF NOT EXISTS reparent_journal
(
`time_created_ns` bigint(20) unsigned NOT NULL,
`action_name` varbinary(250) NOT NULL,
`primary_alias` varbinary(32) NOT NULL,
`action_name` varbinary(255) NOT NULL,
`primary_alias` varbinary(255) NOT NULL,
`replication_position` varbinary(64000) DEFAULT NULL,

PRIMARY KEY (`time_created_ns`)
Expand Down

0 comments on commit e94bdf5

Please sign in to comment.