Class: PgHaMigrations::Config
- Inherits:
-
Struct
- Object
- Struct
- PgHaMigrations::Config
- Defined in:
- lib/pg_ha_migrations.rb
Instance Attribute Summary collapse
-
#allow_force_create_table ⇒ Object
Returns the value of attribute allow_force_create_table.
-
#check_for_dependent_objects ⇒ Object
Returns the value of attribute check_for_dependent_objects.
-
#disable_default_migration_methods ⇒ Object
Returns the value of attribute disable_default_migration_methods.
-
#infer_primary_key_on_partitioned_tables ⇒ Object
Returns the value of attribute infer_primary_key_on_partitioned_tables.
-
#prefer_single_step_column_addition_with_default ⇒ Object
Returns the value of attribute prefer_single_step_column_addition_with_default.
Instance Attribute Details
#allow_force_create_table ⇒ Object
Returns the value of attribute allow_force_create_table
11 12 13 |
# File 'lib/pg_ha_migrations.rb', line 11 def allow_force_create_table @allow_force_create_table end |
#check_for_dependent_objects ⇒ Object
Returns the value of attribute check_for_dependent_objects
11 12 13 |
# File 'lib/pg_ha_migrations.rb', line 11 def check_for_dependent_objects @check_for_dependent_objects end |
#disable_default_migration_methods ⇒ Object
Returns the value of attribute disable_default_migration_methods
11 12 13 |
# File 'lib/pg_ha_migrations.rb', line 11 def disable_default_migration_methods @disable_default_migration_methods end |
#infer_primary_key_on_partitioned_tables ⇒ Object
Returns the value of attribute infer_primary_key_on_partitioned_tables
11 12 13 |
# File 'lib/pg_ha_migrations.rb', line 11 def infer_primary_key_on_partitioned_tables @infer_primary_key_on_partitioned_tables end |
#prefer_single_step_column_addition_with_default ⇒ Object
Returns the value of attribute prefer_single_step_column_addition_with_default
11 12 13 |
# File 'lib/pg_ha_migrations.rb', line 11 def prefer_single_step_column_addition_with_default @prefer_single_step_column_addition_with_default end |