mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-22 16:03:00 +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 ... ..." |