From 44768097eda4b31f2458d198e5f7edbcf9380eba Mon Sep 17 00:00:00 2001 From: jgaimard <jgaimard@git-test.afi-sa.fr> Date: Tue, 5 Feb 2013 14:24:43 +0000 Subject: [PATCH] patch pour controle taille min import total --- .gitattributes | 1 + cosmogramme/sql/patch/patch_146.sql | 1 + 2 files changed, 2 insertions(+) create mode 100644 cosmogramme/sql/patch/patch_146.sql diff --git a/.gitattributes b/.gitattributes index c03207fc429..4ba9bf80861 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2123,6 +2123,7 @@ cosmogramme/sql/patch/patch_142.sql -text cosmogramme/sql/patch/patch_143.sql -text cosmogramme/sql/patch/patch_144.sql -text cosmogramme/sql/patch/patch_145.sql -text +cosmogramme/sql/patch/patch_146.sql -text cosmogramme/tests/bootstrap.php -text cosmogramme/tests/php/classes/IndexationTest.php -text cosmogramme/tests/php/classes/Iso2709RecordTest.php -text diff --git a/cosmogramme/sql/patch/patch_146.sql b/cosmogramme/sql/patch/patch_146.sql new file mode 100644 index 00000000000..8f8486b2e0f --- /dev/null +++ b/cosmogramme/sql/patch/patch_146.sql @@ -0,0 +1 @@ +ALTER TABLE `int_maj_auto` ADD `taille_min_import_total` INT NOT NULL; \ No newline at end of file -- GitLab