kytos-ng / topology

Kytos Main Topology Network Application (NApp)
https://kytos-ng.github.io/api/topology.html
MIT License
0 stars 7 forks source link

Organizing DB scripts according to version #198

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_unset_active.py
│       |   └── README.md
│       └── 2023.2.0
│            ├── 000_vlan_pool.py
│            ├── 001_special_vlan_allocation.py
│            └── README.md