Skip to content

Commit e13f03e

Browse files
authored
M #-: Onecfg version updates (#4318)
* M #-: Rename 7.3.85 -> 7.4.0 onecfg migrators * M #-: Scaffold 7.4.0 -> 7.5.80 onecfg migrators
1 parent ec563d8 commit e13f03e

4 files changed

Lines changed: 9762 additions & 0 deletions

File tree

File renamed without changes.
File renamed without changes.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# -------------------------------------------------------------------------- #
2+
# Copyright 2019-2026, OpenNebula Systems S.L. #
3+
# #
4+
# Licensed under the OpenNebula Software License #
5+
# (the "License"); you may not use this file except in compliance with #
6+
# the License. You may obtain a copy of the License as part of the software #
7+
# distribution. #
8+
# #
9+
# See https://github.com/OpenNebula/one/blob/master/LICENSE.onsla #
10+
# (or copy bundled with OpenNebula in /usr/share/doc/one/). #
11+
# #
12+
# Unless agreed to in writing, software distributed under the License is #
13+
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY #
14+
# KIND, either express or implied. See the License for the specific language #
15+
# governing permissions and limitations under the License. #
16+
# -------------------------------------------------------------------------- #
17+
18+
# frozen_string_literal: true
19+
20+
# Migrator
21+
module Migrator
22+
23+
# Preupgrade steps
24+
def pre_up
25+
end
26+
27+
# Upgrade steps
28+
def up
29+
end
30+
31+
end

0 commit comments

Comments
 (0)