Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
starocean999 committed Nov 18, 2024
1 parent 57b8a6c commit 77e36ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ default R visitSetDefaultStorageVault(SetDefaultStorageVaultCommand setDefaultSt
default R visitShowLastInsertCommand(ShowLastInsertCommand showLastInsertCommand, C context) {
return visitCommand(showLastInsertCommand, context);
}

default R visitAlterTableCommand(AlterTableCommand alterTableCommand, C context) {
return visitCommand(alterTableCommand, context);
}
Expand Down

0 comments on commit 77e36ee

Please sign in to comment.