diff --git a/docs/source/migrating_to_1.17.rst b/docs/source/migrating_to_1.17.rst new file mode 100644 index 00000000..66c26ab8 --- /dev/null +++ b/docs/source/migrating_to_1.17.rst @@ -0,0 +1,30 @@ +Migrating to Koji 1.17 +====================== + +.. + reStructured Text formatted + +You should consider the following changes when migrating to 1.17: + +DB Updates +---------- + +This release some minor schema changes + + * the ``tag_external_repos`` table has a new ``merge_mode`` column + * the ``build_target.name`` column is now a TEXT field rather than VARCHAR + +As in previous releases, we provide a migration script that updates the +database. + +:: + + # psql koji koji