digitalfabrik/integreat-cms

View on GitHub
tools/migrate.sh

Summary

Maintainability
Test Coverage
#!/bin/bash

# This script can be used to generate migrations and applying them afterwards.
# It can be used with the postgres docker container as well as a standalone installation.

# Import utility functions
# shellcheck source=./tools/_functions.sh
source "$(dirname "${BASH_SOURCE[0]}")/_functions.sh"

require_installed
require_database
migrate_database