]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix for update mysql script with ObjectCategory index
authorMichal Rakowski <michal.rakowski@baculasystems.com>
Fri, 16 Oct 2020 13:12:07 +0000 (15:12 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:02:58 +0000 (09:02 +0100)
bacula/src/cats/make_mysql_tables.in

index bf640c6b1c6a7276dfd6ed7f1303851fdb26ec46..64f780541c758611330b8986e0672b04620cad6f 100644 (file)
@@ -79,7 +79,7 @@ CREATE TABLE Object
 );
 
 create index object_jobid_idx on Object (JobId);
-create index object_type_idx on Object  (ObjectCategory(255));
+create index object_category_idx on Object  (ObjectCategory(255));
 create index object_type_idx on Object  (ObjectType(255));
 create index object_name_idx on Object  (ObjectName(255));
 create index object_source_idx on Object  (ObjectSource(255));