From 7e4c3b577cb3442dfa948dcf37599761823e1059 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 15 Feb 2016 14:52:41 +0100 Subject: [PATCH] Add index names so Doctrine does not use a too long random string --- apps/files_external/appinfo/database.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps/files_external/appinfo/database.xml b/apps/files_external/appinfo/database.xml index 2c3615a4d4c..54ee642ead6 100644 --- a/apps/files_external/appinfo/database.xml +++ b/apps/files_external/appinfo/database.xml @@ -79,13 +79,16 @@ text 64 + + applicable_mount mount_id ascending + applicable_type_value type ascending @@ -96,6 +99,7 @@ + applicable_type_value_mount true type @@ -112,6 +116,7 @@ + *dbprefix*external_config @@ -144,12 +149,14 @@ + config_mount mount_id ascending + config_mount_key true mount_id @@ -162,6 +169,7 @@
+ *dbprefix*external_options @@ -194,6 +202,7 @@ + option_mount mount_id ascending -- 2.39.5