#944 Automatically create an index on the 'origin' field.

SVN:trunk[3235]
This commit is contained in:
Denis Flaven
2014-07-01 15:44:24 +00:00
parent 008cac25b4
commit 730f522ab2

View File

@@ -44,6 +44,9 @@ class CMDBChange extends DBObject
"db_table" => "priv_change",
"db_key_field" => "id",
"db_finalclass_field" => "",
'indexes' => array(
array('origin'),
)
);
MetaModel::Init_Params($aParams);
//MetaModel::Init_InheritAttributes();