Database:Migrations
From OpenSimulator
(Difference between revisions)
Line 1: | Line 1: | ||
This table is of little use to the enduser in any direct fashion, except perhaps to verify the database schema version. It is used by the software to automatically detect the necesity to migrate the database. | This table is of little use to the enduser in any direct fashion, except perhaps to verify the database schema version. It is used by the software to automatically detect the necesity to migrate the database. | ||
+ | <br><br> | ||
+ | The two columns in the table are 'name' and 'version'. 'version' is pretty self-documenting; name a little less so. 'version' is the column of typical interest, though 'name' is likely informative too. |
Revision as of 08:43, 7 August 2008
This table is of little use to the enduser in any direct fashion, except perhaps to verify the database schema version. It is used by the software to automatically detect the necesity to migrate the database.
The two columns in the table are 'name' and 'version'. 'version' is pretty self-documenting; name a little less so. 'version' is the column of typical interest, though 'name' is likely informative too.