Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / db / migrations / 0052_migrate_pool_entries.py @ 698306b8

History | View | Annotate | Download (15.4 kB)

# Date Author Comment
698306b8 10/23/2012 05:24 pm Christos Stavrakakis

Fix compatibility issues with python-bitarray

dd2689f9 10/17/2012 11:37 am Christos Stavrakakis

Bridge indexes must start from 1

03992c72 09/19/2012 01:16 pm Christos Stavrakakis

Refactor bridge and mac-prefix pool tables

Redesign the implementation of pools and map mac-prefix and bridge pools
to that design.

Each pool type is mapped to a table in the database, and each row of
that table is a pool of that type. All pool tables must contain the...