From b40af5777e27ae70740288d9737d6171a8140a55 Mon Sep 17 00:00:00 2001
From: Kevin Ditscheid <kevin.ditscheid@sgalinski.de>
Date: Tue, 30 Oct 2018 14:46:15 +0100
Subject: [PATCH] [TASK] Add migration advices in the readme

---
 README.md | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3d750ce8..cb6b59d6 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Repository: https://gitlab.sgalinski.de/typo3/sg_jobs
 
 Please report bugs here: https://gitlab.sgalinski.de/typo3/sg_jobs
 
-TYPO3 version: >7.6 
+TYPO3 version: >8.7
 
 ## About
 This extension provides job application functionality for a TYPO3 installation.
@@ -76,3 +76,15 @@ access from the .htaccess file. Example:
 ```
 RedirectMatch 403 ^/fileadmin/JobApplication/.*$
 ```
+
+## Migration from version 1 to version 2
+
+If you update from sg_job version 1, you need to execute the Upgrade Wizard, that migrates the old area field.
+To do so, please visit the Install Tool and click on Upgrade Wizards. Check the Job Upgrade Wizard and execute it.
+This Wizard will migrate your area data into department records.
+
+Also please be aware of changes to the Fluid template regarding the area -> department migration and change the area
+occurences of variables in the template to department records accordingly.
+
+This version also introduces correct exclude field configurations for the tables, so check your backend user 
+and backend usergroup permissions and adjust them accordingly.
-- 
GitLab