1 Any database changes requiring manual intervention will be mentioned
2 here. These should always be accompanied by a medium-version bump.
7 The newsxml teams now have an "id" attribute, which means that we can
8 link each news entry to the common "teams" table rather than using a
11 The migration will work automatically, creating a news__teams join
12 table, but the two old tables will still be left behind: news_teams
13 and news__news_teams. These can safely be deleted:
15 DROP TABLE news_teams;
16 DROP TABLE news__news_teams;