1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

Feature #4215: Downgrade local_db_version to 4.13.85

This commit is contained in:
Carlos Martín 2016-02-01 12:59:46 +01:00
parent e3a0d43946
commit cfdfacf259

View File

@ -408,7 +408,7 @@ public:
*/
static string local_db_version()
{
return "4.90.0";
return "4.13.85";
}
/**