diff --git a/SQL/database_changelog.txt b/SQL/database_changelog.txt index 0c36eb059f8..7761ef58757 100644 --- a/SQL/database_changelog.txt +++ b/SQL/database_changelog.txt @@ -1,3 +1,13 @@ +Any time you make a change to the schema files, remember to increment the database schema version. Generally increment the minor number, major should be reserved for significant changes to the schema. Both values go up to 255. + +The latest database version is 3.1; The query to update the schema revision table is: + +UPDATE `schema_revision` SET major = 3, minor = 1; +or +UPDATE `SS13_schema_revision` SET major = 3, minor = 1; + +---------------------------------------------------- + 30 May 2017, by MrStonedOne Z levels changed, this query allows you to convert old ss13 death records: