Index: metastore/scripts/upgrade/mysql/hive-schema-0.13.0.mysql.sql =================================================================== --- metastore/scripts/upgrade/mysql/hive-schema-0.13.0.mysql.sql (revision 1574643) +++ metastore/scripts/upgrade/mysql/hive-schema-0.13.0.mysql.sql (working copy) @@ -794,7 +794,7 @@ ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -INSERT INTO VERSION (VER_ID, SCHEMA_VERSION, VERSION_COMMENT) VALUES (1, '0.12.0', 'Hive release version 0.12.0'); +INSERT INTO VERSION (VER_ID, SCHEMA_VERSION, VERSION_COMMENT) VALUES (1, '0.13.0', 'Hive release version 0.13.0'); ------------------------------ -- Transaction and Lock Tables