created migration bash script
This commit is contained in:
parent
bf17d8a109
commit
79a5caee3e
16
migrate.sh
Normal file
16
migrate.sh
Normal file
@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
drush ms --group popsu
|
||||
|
||||
drush mim d7_allpublicfiles --update
|
||||
drush mim d7_users --update
|
||||
drush mim d7_taxonomy_term_type_theme --update
|
||||
drush mim d7_taxonomy_term_ville --update
|
||||
drush mim d7_taxonomy_term_type_doc --update
|
||||
drush mim d7_node_programme --update
|
||||
drush mim d7_node_theme --update
|
||||
drush mim d7_node_projet --update
|
||||
drush mim d7_node_static --update
|
||||
drush mim d7_node_ressource --update
|
||||
drush mim d7_node_evenement --update
|
||||
drush mim d7_node_actu --update
|
Loading…
x
Reference in New Issue
Block a user