X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=sql%2FPg-upgrade2%2Fcustom_variables_indices.sql;h=4cfd502071a9896ec98973f2e91bd6597a392f35;hb=30b4a78c4100ebdcd6e6917fbcbf1d12f4f7b4d6;hp=77d494a4d3a4e876d9a369ce18126688f8175880;hpb=43a8613412146763e13e3164bbc69b1e109f2364;p=kivitendo-erp.git diff --git a/sql/Pg-upgrade2/custom_variables_indices.sql b/sql/Pg-upgrade2/custom_variables_indices.sql index 77d494a4d..4cfd50207 100644 --- a/sql/Pg-upgrade2/custom_variables_indices.sql +++ b/sql/Pg-upgrade2/custom_variables_indices.sql @@ -1,7 +1,6 @@ -- @tag: custom_variables_indices -- @description: Indices für benutzerdefinierte Variablen -- @depends: release_2_6_2 --- @charset: utf-8 CREATE INDEX custom_variables_sub_module_idx ON custom_variables (sub_module); CREATE INDEX custom_variables_config_id_idx ON custom_variables (config_id);