Add aliases to nuke and create the databases

This commit is contained in:
coolneng 2021-02-16 14:20:47 +01:00
parent 639922fdaf
commit 3db8883f74
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 0 deletions

View File

@ -23,5 +23,7 @@ in mkShell {
fi
alias psql='psql -d postgres'
alias create_db='psql -d postgres -f ${sql_file}'
alias nuke='rm -rf ${data_dir}'
'';
}