kytos-ng / flow_manager

Kytos NApp that manages OpenFlow 1.3 entries
https://kytos-ng.github.io/api/flow_manager.html
MIT License
0 stars 7 forks source link

Organizing DB scripts according to version #183

Closed Alopalao closed 6 months ago

Alopalao commented 6 months ago

Based on this issue, the scripts for this NApp need to be ordered accordingly.

├── scripts
|   └── db
│       ├── 2022.2.0
│       |   ├── 000_storehouse_to_mongo.py
│       |   └── README.md
│       └── 2023.1.0
│            ├── 000_drop_compound_index.py
│            ├── 001_pipeline_related.py
│            └── README.md