mirror of
https://github.com/dataease/dataease.git
synced 2026-06-15 02:21:43 +08:00
Merge branch 'v1.1' of github.com:dataease/dataease into v1.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
DROP FUNCTION IF EXISTS `GET_CHART_VIEW_COPY_NAME`;
|
||||
delimiter ;;
|
||||
CREATE DEFINER=`root`@`%` FUNCTION `GET_CHART_VIEW_COPY_NAME`(chartId varchar(255)) RETURNS varchar(255) CHARSET utf8
|
||||
CREATE FUNCTION `GET_CHART_VIEW_COPY_NAME`(chartId varchar(255)) RETURNS varchar(255) CHARSET utf8
|
||||
READS SQL DATA
|
||||
BEGIN
|
||||
|
||||
|
||||
Reference in New Issue
Block a user