Skip to content
Snippets Groups Projects
Commit 424ada16 authored by llaffont's avatar llaffont
Browse files

Path id_origine pour les articles cosmo

parent 3432a257
Branches
Tags
No related merge requests found
......@@ -2142,6 +2142,7 @@ cosmogramme/sql/patch/patch_157.sql -text
cosmogramme/sql/patch/patch_158.sql -text
cosmogramme/sql/patch/patch_159.sql -text
cosmogramme/sql/patch/patch_160.sql -text
cosmogramme/sql/patch/patch_161.sql -text
cosmogramme/storm_init.php -text
cosmogramme/tests/bootstrap.php -text
cosmogramme/tests/php/classes/IndexationTest.php -text
......
alter table cms_article add ID_ORIGINE int not null default 0;
alter table cms_article add index(ID_ORIGINE);
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