diff --git a/cosmogramme/sql/patch/patch_359.php b/cosmogramme/sql/patch/patch_359.php
new file mode 100644
index 0000000000000000000000000000000000000000..c0965a34e838b6ab6cd73ab2cb40e38121632210
--- /dev/null
+++ b/cosmogramme/sql/patch/patch_359.php
@@ -0,0 +1,2 @@
+<?php
+(new Class_Migration_CleanSerialArticles())->run();
\ No newline at end of file
diff --git a/tests/db/UpgradeDBTest.php b/tests/db/UpgradeDBTest.php
index b16529eb9ed7edc2f1a60440e9079a6806b0e71e..4feac4dfe60a5bf16643197223ab4113f3dbe589 100644
--- a/tests/db/UpgradeDBTest.php
+++ b/tests/db/UpgradeDBTest.php
@@ -2371,4 +2371,14 @@ class UpgradeDB_358_Test extends UpgradeDBTestCase {
   public function itemTypeShouldBeIndexed() {
     $this->assertIndex('exemplaires', 'type');
   }
-}
\ No newline at end of file
+}
+
+
+
+
+class UpgradeDB_359_Test extends UpgradeDBTestCase {
+  public function prepare() {}
+
+  /** @test */
+  public function placeholderForSerialArticleMigration() {}
+}