Add DB version with alimbic and add log system
This commit is contained in:
38
README.md
38
README.md
@ -1,3 +1,39 @@
|
||||
# fuware
|
||||
|
||||
the warehouse use to tracking item in house
|
||||
the warehouse use to tracking item in house
|
||||
|
||||
# Common CLI
|
||||
|
||||
### alembic
|
||||
|
||||
generate migration
|
||||
|
||||
```bash
|
||||
alembic revision -m "version message"
|
||||
```
|
||||
|
||||
```bash
|
||||
alembic upgrade head
|
||||
```
|
||||
|
||||
```bash
|
||||
alembic history
|
||||
```
|
||||
|
||||
```bash
|
||||
alembic current
|
||||
```
|
||||
|
||||
```bash
|
||||
alembic downgrade -1
|
||||
```
|
||||
|
||||
```bash
|
||||
alembic upgrade +1
|
||||
```
|
||||
|
||||
generate migration auto code
|
||||
|
||||
```bash
|
||||
alembic revision --autogenerate -m "version message"
|
||||
```
|
||||
|
Reference in New Issue
Block a user