mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-15 20:42:54 +08:00
4 lines
51 B
Bash
4 lines
51 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
alembic revision --autogenerate -m "$1"
|