Files

9 lines
172 B
Plaintext
Raw Permalink Normal View History

2021-01-13 11:25:45 -08:00
#!/bin/bash
# Run any necessary database migration tasks that should happen while the
# site is paused here.
node app apostrophe-migrations:migrate
echo "Site migrated"