This is an automated email from the ASF dual-hosted git repository. shenlin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git
commit 16cbb35f41a94dfa1aed78daa683b367bda22dfd Author: zh378814 <[email protected]> AuthorDate: Thu Oct 27 14:31:39 2022 +0800 remove db name --- .../db/migration/V7__update_event_connection_table_structure.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adapter/persistence/src/main/resources/db/migration/V7__update_event_connection_table_structure.sql b/adapter/persistence/src/main/resources/db/migration/V7__update_event_connection_table_structure.sql index 3e9eef3..82be349 100644 --- a/adapter/persistence/src/main/resources/db/migration/V7__update_event_connection_table_structure.sql +++ b/adapter/persistence/src/main/resources/db/migration/V7__update_event_connection_table_structure.sql @@ -13,6 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -ALTER TABLE `rocketmq_eventbridge`.`event_connection` +ALTER TABLE `event_connection` MODIFY COLUMN `authorization_type` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT '' COMMENT '授权类型' AFTER `name`, MODIFY COLUMN `auth_parameters` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL AFTER `authorization_type`; \ No newline at end of file
