[migration] Move pyramid-related migration after "entities" table modifications
Otherwise, we getting into `add_entity_type('CWSession')` we try to insert a
CWEType without any 'asource' column (per 3.24's schema) whereas the backend
still wants it.
Closes #17054035.
Tutorials
~~~~~~~~~
We present a few tutorials of different levels. The blog building
tutorial introduces one smoothly to the basic concepts.
Then there is a photo gallery construction tutorial which highlights
more advanced concepts such as unit tests, security settings,
migration scripts.
.. toctree::
:maxdepth: 1
base/index
advanced/index
tools/windmill.rst
textreports/index
dataimport/index