Skip to content
Snippets Groups Projects

Dev#27763 sitotheque avoir une option pour desindexer un site comme pour les articles

Viewing commit d1c287fd
Show latest version
3 files
+ 3
4
Preferences
Compare changes
Files
3
@@ -3,5 +3,4 @@ $adapter = Zend_Db_Table::getDefaultAdapter();
try {
$adapter->query('alter table `sito_url` add column `indexation` boolean default true');
$adapter->query('update `sito_url` set `indexation` = true');
} catch (Exception $e) {}