]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blob - doc/CHANGES.database
Bump to version 0.2.0.
[dead/htsn-import.git] / doc / CHANGES.database
1 Any database changes requiring manual intervention will be mentioned
2 here. These should always be accompanied by a medium-version bump.
3
4 0.1.3 -> 0.2.0
5 --------------
6
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
9 custom "news_teams".
10
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:
14
15 DROP TABLE news_teams;
16 DROP TABLE news__news_teams;