From c0e2816a3c329d809663ab94812ba6a2b6335421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20K=C3=B6tzing?= Date: Tue, 21 Jul 2015 16:20:01 +0200 Subject: [PATCH] [TASK] Apply migration TYPO3.FLOW3-201201261636 Adjust to the major changes in FLOW3 1.1 when coming from 1.0. Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 122f332..7a68a13 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,8 @@ "dev-master": "1.0.x-dev" }, "applied-flow-migrations": [ - "Inwebs.Basket-201409170938" + "Inwebs.Basket-201409170938", + "TYPO3.FLOW3-201201261636" ] } } \ No newline at end of file