Skip to content

Commit

Permalink
M #-: Bump DB version to 7.0 (#2974)
Browse files Browse the repository at this point in the history
  • Loading branch information
paczerny authored Mar 10, 2024
1 parent 45bcac8 commit 185e9f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions include/NebulaService.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class NebulaService
*/
static std::string shared_db_version()
{
return "6.8.0";
return "7.0.0";
}

/**
Expand All @@ -168,7 +168,7 @@ class NebulaService
*/
static std::string local_db_version()
{
return "6.8.0";
return "7.0.0";
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
###############################################################################

# OpenNebula repository version
opennebula_repository_version: '6.8.0'
opennebula_repository_version: '7.0.0'

# Repository of the OpenNebula packages
opennebula_repository_base: 'https://downloads.opennebula.io/repo/{{ opennebula_repository_version }}'
Expand Down
4 changes: 2 additions & 2 deletions src/onedb/database_schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ class OneDBBacKEnd
}
}

LATEST_DB_VERSION = '6.8.0'
LATEST_LOCAL_DB_VERSION = '6.8.0'
LATEST_DB_VERSION = '7.0.0'
LATEST_LOCAL_DB_VERSION = '7.0.0'

def get_schema(type, version = nil)
if !version
Expand Down

0 comments on commit 185e9f1

Please sign in to comment.