mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 12:35:38 +01:00
Merge branch 'master' into db-merge-test
This commit is contained in:
commit
00a7272ec7
44 changed files with 3303 additions and 228 deletions
|
|
@ -68,7 +68,8 @@ CREATE PROCEDURE `UmamiRenameIndexIfExists`(
|
|||
INFORMATION_SCHEMA.STATISTICS
|
||||
WHERE
|
||||
TABLE_NAME = @tableName
|
||||
AND INDEX_NAME = @currentIndexName;
|
||||
AND INDEX_NAME = @currentIndexName
|
||||
AND TABLE_SCHEMA = database();
|
||||
|
||||
SET @query = CONCAT(
|
||||
'ALTER TABLE `', @tableName, '` RENAME INDEX `', @currentIndexName, '` TO `', @newIndexName, '`;'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue