checked files and taxo migration, added migrate shell script, started managing admin UI

This commit is contained in:
2019-02-04 11:24:31 +01:00
parent f45a235fa6
commit 2ed361dd35
25 changed files with 238 additions and 40 deletions

15
migrate-from-d7.sh Normal file
View File

@@ -0,0 +1,15 @@
#! /bin/bash
drush ms --group=d7_materio
drush mim d7_allpublicfiles --feedback=1000
drush mim d7_taxonomy_term_thesaurus --update --feedback=100
drush mim d7_taxonomy_term_thesaurus_i18n --update --feedback=100
drush mim d7_taxonomy_term_tags --update --feedback=100
drush mim d7_taxonomy_term_tags_i18n --update --feedback=100
drush mim d7_taxonomy_term_company --update --feedback=100
drush mim d7_taxonomy_term_showroom --update --feedback=100