Skip to content
Snippets Groups Projects
Commit 169184f0 authored by Laurent's avatar Laurent
Browse files

add type_doc index on notice_avis

parent 117d2d73
Branches
Tags
5 merge requests!1553Master,!1502Master,!1501Stable,!1472Stable,!1409Stable
......@@ -2,6 +2,6 @@
$adapter = Zend_Db_Table::getDefaultAdapter();
try {
$adapter->query('ALTER TABLE notices_avis ADD COLUMN type_doc tinyint(4) null');
$adapter->query('ALTER TABLE notices_avis ADD COLUMN type_doc tinyint(4) null, add index ( type_doc )');
} catch(Exception $e) {}
?>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment