Moved metadata database cluster commands from migration script to documentation.
To be consistent with the rest of the system. SQLAlchemy ORM model does not allow to specify ALTER TABLE commands for models. Therefore it would be necessary to run migrations after clean installation, which could cause chaos and troubles with schema versions and stamping. I have moved the cluster commands to database optimization documentation, which is where they belong. (Redmine issue: #6096)
Showing
- doc/sphinx/_doclib/database.rst 51 additions, 0 deletionsdoc/sphinx/_doclib/database.rst
- lib/hawat/migrations/versions/3da0b2119f35_enable_cluster.py 0 additions, 44 deletionslib/hawat/migrations/versions/3da0b2119f35_enable_cluster.py
- lib/mentat/__init__.py 1 addition, 1 deletionlib/mentat/__init__.py
Please register or sign in to comment