Class: Gitlab::ClickHouse::PostDeploymentMigrationGenerator

Inherits:
MigrationGenerator
  • Object
show all
Defined in:
lib/generators/gitlab/click_house/post_deployment_migration_generator.rb

Instance Method Summary collapse

Methods inherited from MigrationGenerator

#create_migration_file

Instance Method Details

#db_migrate_pathObject



12
13
14
# File 'lib/generators/gitlab/click_house/post_deployment_migration_generator.rb', line 12

def db_migrate_path
  super.sub("migrate", "post_migrate")
end