You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
populator: 'mysql -u$user -p$password -e "DROP DATABASE IF EXISTS $dbname; CREATE DATABASE IF NOT EXISTS $dbname CHARACTER SET utf8 COLLATE utf8_general_ci" && ./migrations migrations:migrate -n'