Class: Dsu::Migration::V20240210161248::Service

Inherits:
BaseService
  • Object
show all
Defined in:
lib/dsu/migration/v20240210161248/service.rb

Constant Summary

Constants included from Support::Fileable

Support::Fileable::MIGRATION_VERSION_FILE_NAME

Class Method Summary collapse

Methods inherited from BaseService

#initialize, #migrate_if!, migrates_to_latest_migration_version?

Methods included from Support::Fileable

#backup_folder_for, #config_file_name, #config_folder, #config_path, #current_project_file, #current_project_file_name, #dsu_folder, #entries_file_name, #entries_folder, #entries_path, #gem_dir, #migration_version_folder, #migration_version_path, #project_file_for, #project_folder_for, #projects_folder, #root_folder, #seed_data_dsu_configuration_for, #seed_data_dsu_folder_for, #temp_folder, #theme_file_name, #themes_folder, #themes_path

Constructor Details

This class inherits a constructor from Dsu::Migration::BaseService

Class Method Details

.from_migration_versionObject



15
16
17
# File 'lib/dsu/migration/v20240210161248/service.rb', line 15

def from_migration_version
  20230613121411 # rubocop:disable Style/NumericLiterals
end

.to_migration_versionObject



19
20
21
# File 'lib/dsu/migration/v20240210161248/service.rb', line 19

def to_migration_version
  20240210161248 # rubocop:disable Style/NumericLiterals
end