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