summaryrefslogtreecommitdiff
path: root/doc/source/contributor
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2021-08-09 17:44:27 -0700
committerJulia Kreger <juliaashleykreger@gmail.com>2021-08-11 23:09:36 +0000
commitea8c10cc8be17e5940ad1038ddd75c2c69ef5557 (patch)
treea97176c118605d069ad03c8a0f4ea08c38eb8669 /doc/source/contributor
parent7b097f016baeddcaca920f02daed3c4fdfe599db (diff)
downloadironic-ea8c10cc8be17e5940ad1038ddd75c2c69ef5557.tar.gz
Allow initial versions to not be created yet
The database schema upgrade check had support for an explicit list of known versions to handle the upgrade. who knew! Anyhow, we haven't used it in three years since the addition, and it seems to make more sense to just be able to indicate "we know initial field versions may not be able to be retrieved and act accordingly". As such, when no table is found, the pre-upgrade version check execution will continue onward fearlessly! Call it a spiritual successor to Ibcf0728bc5d1b0cbdd78796526f9c93fc99e8c08 Change-Id: Icae5162c2501b0d1217ad0e6ee34ebef40e95204
Diffstat (limited to 'doc/source/contributor')
-rw-r--r--doc/source/contributor/releasing.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/source/contributor/releasing.rst b/doc/source/contributor/releasing.rst
index f7735c849..6b1d49b3c 100644
--- a/doc/source/contributor/releasing.rst
+++ b/doc/source/contributor/releasing.rst
@@ -329,8 +329,6 @@ We need to submit patches for changes on master to:
are used to migrate from an old release to this latest release; they
shouldn't be needed after that.)
- * remove any model class names from ``ironic.cmd.dbsync.NEW_MODELS``.
-
When a release is done that results in a bugfix branch
------------------------------------------------------