You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by al...@apache.org on 2022/02/28 09:31:49 UTC

[incubator-linkis] 07/11: Correct spelling errors

This is an automated email from the ASF dual-hosted git repository.

allenlliu pushed a commit to branch dev-1.1.1
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git

commit a033e0c16871563ace4aa7d0971c32ecd0f3f32a
Author: peacewong <wp...@gmail.com>
AuthorDate: Mon Feb 28 16:34:35 2022 +0800

    Correct spelling errors
---
 db/linkis_ddl.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/db/linkis_ddl.sql b/db/linkis_ddl.sql
index 97944d8..ce5cf26 100644
--- a/db/linkis_ddl.sql
+++ b/db/linkis_ddl.sql
@@ -737,7 +737,7 @@ CREATE TABLE `linkis_cg_manager_label_resource` (
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
 
 DROP TABLE IF EXISTS `linkis_cg_rm_resource_action_record`;
-CREATE TABLE linkis_cg_rm_resource_check (
+CREATE TABLE linkis_cg_rm_resource_action_record (
   `id` INT(20) NOT NULL AUTO_INCREMENT,
   `label_value` VARCHAR(100) NOT NULL,
   `ticket_id` VARCHAR(100) NOT NULL,

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org