Sistema de Apoio ao Processo Legislativo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

8 lines
280 B

#!/bin/bash
# Inicia um shell_plus com as configurações de migração usando um banco específico
# Uso: ./shell_para_migracao.sh <NOME DO BANCO>
# Rode esse script a partir da raiz do projeto
DATABASE_NAME=$1 ./manage.py shell_plus --settings sapl.legacy_migration_settings