b291061cb1
This moves quota limits and classes from the main database to the API database in an online migration. Part of blueprint cells-quota-api-db Change-Id: I64b600b30f6e54db0ec9083c6c176e895c6d0cc2
14 lines
628 B
YAML
14 lines
628 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Quota limits and classes are being moved to the API database for Cells v2.
|
|
In this release, the online data migrations will move any quota limits and
|
|
classes you have in your main database to the API database, retaining all
|
|
attributes.
|
|
|
|
.. note:: Quota limits and classes can no longer be soft-deleted as the API
|
|
database does not replicate the legacy soft-delete functionality from the
|
|
main database. As such, deleted quota limits and classes are not migrated
|
|
and the behavior users will experience will be the same as if a purge of
|
|
deleted records was performed.
|