mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-19 14:32:54 +08:00
5 lines
No EOL
127 B
Bash
Executable file
5 lines
No EOL
127 B
Bash
Executable file
#! /usr/bin/env bash
|
|
|
|
echo "CREATING A NEW REVISION ... ... ${1}"
|
|
alembic revision --autogenerate -m "${1}"
|
|
echo "DONE ... ..." |