Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions local/etc/uceap.d/devcontainer_reset_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ function devcontainer_reset_db() {
_cwd_workspace
drush cache-rebuild

echo "Re-import local Drupal changes..."
_cwd_workspace
drush updb
drush cim -y
Comment thread
shaundrong marked this conversation as resolved.
Outdated

echo "Database reset complete!"
}

Expand Down
Loading