From 424ada16453b1bf720da0c5c813fc82512c25dee Mon Sep 17 00:00:00 2001 From: llaffont <llaffont@git-test.afi-sa.fr> Date: Fri, 17 May 2013 07:13:29 +0000 Subject: [PATCH] Path id_origine pour les articles cosmo --- .gitattributes | 1 + cosmogramme/sql/patch/patch_161.sql | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 cosmogramme/sql/patch/patch_161.sql diff --git a/.gitattributes b/.gitattributes index b00b5e59924..517229edc12 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/cosmogramme/sql/patch/patch_161.sql b/cosmogramme/sql/patch/patch_161.sql new file mode 100644 index 00000000000..1188d38e973 --- /dev/null +++ b/cosmogramme/sql/patch/patch_161.sql @@ -0,0 +1,3 @@ +alter table cms_article add ID_ORIGINE int not null default 0; +alter table cms_article add index(ID_ORIGINE); + -- GitLab