removed drush mst from migrate shell script
This commit is contained in:
parent
84ec532b6d
commit
19d50db9b3
|
@ -5,7 +5,7 @@ echo "* Migration *"
|
|||
echo "* *"
|
||||
echo "* * * * * * * * * * * * * * * * *"
|
||||
|
||||
drush ms --group=d7_materio
|
||||
# drush ms --group=d7_materio
|
||||
|
||||
echo " "
|
||||
echo "Migrating Files"
|
||||
|
@ -39,4 +39,4 @@ drush mim d7_node_breve_i18n --feedback=100
|
|||
echo " "
|
||||
echo "Migrating Materials"
|
||||
drush mim d7_node_materiau --feedback=1000
|
||||
drush mim d7_node_materiau_i18n --feedback=1000
|
||||
drush mim d7_node_materiau_i18n --feedbaick=1000
|
||||
|
|
Loading…
Reference in New Issue