From ba591c546fc9161733bbb1f89ecba05e7ed8e541 Mon Sep 17 00:00:00 2001 From: Alvaro Perez-Shirley Date: Fri, 11 Dec 2015 16:02:09 -0800 Subject: [PATCH] Remove transmogrifier content migrations Signed-off-by: Aakash Shah --- example-product/content_migrations/example-product.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 example-product/content_migrations/example-product.yml diff --git a/example-product/content_migrations/example-product.yml b/example-product/content_migrations/example-product.yml deleted file mode 100644 index 2f90516..0000000 --- a/example-product/content_migrations/example-product.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -product: example-product -installation_schema_version: "1.7" -to_version: &to_version "1.7.0.0" - -migrations: - - from_version: "1.6.4.0" - rules: []