Class: Gitlab::ClickHouse::PostDeploymentMigrationGenerator
- Inherits:
-
MigrationGenerator
- Object
- ActiveRecord::Generators::MigrationGenerator
- MigrationGenerator
- Gitlab::ClickHouse::PostDeploymentMigrationGenerator
- Defined in:
- lib/generators/gitlab/click_house/post_deployment_migration_generator.rb
Instance Method Summary collapse
Methods inherited from MigrationGenerator
Instance Method Details
#db_migrate_path ⇒ Object
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 |