You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2022/10/11 09:15:19 UTC

[incubator-linkis] branch dev-1.3.0 updated: add linkis dev-1.3.0 upgrade sql (#3599)

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

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


The following commit(s) were added to refs/heads/dev-1.3.0 by this push:
     new 6148709d2 add linkis dev-1.3.0 upgrade sql (#3599)
6148709d2 is described below

commit 6148709d2fd3f72726bf204f7952e0f8935c9f47
Author: aiceflower <ki...@sina.com>
AuthorDate: Tue Oct 11 17:15:12 2022 +0800

    add linkis dev-1.3.0 upgrade sql (#3599)
---
 .../db/upgrade/1.3.0_schema/mysql/linkis_dml.sql       | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/linkis-dist/package/db/upgrade/1.3.0_schema/mysql/linkis_dml.sql b/linkis-dist/package/db/upgrade/1.3.0_schema/mysql/linkis_dml.sql
new file mode 100644
index 000000000..9e35cac36
--- /dev/null
+++ b/linkis-dist/package/db/upgrade/1.3.0_schema/mysql/linkis_dml.sql
@@ -0,0 +1,18 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+*/
+
+INSERT INTO linkis_ps_error_code (error_code,error_desc,error_regex,error_type) VALUES ('43015','当前节点需要的CS表解析失败,请检查当前CSID对应的CS表是否存在','Cannot parse cs table for node',0);
\ No newline at end of file


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