nondestructive_migrations icon indicating copy to clipboard operation
nondestructive_migrations copied to clipboard

[DEPRECATED] replace with jasonfb/nonschema_migrations

Results 2 nondestructive_migrations issues
Sort by recently updated
recently updated
newest added

> Separate schema-only migrations from **nondestrucitve** (data) migrations in your Rails app (should end -tive)

I know the gem from a friend. I read the source code and I see the code below: ``` ruby #lib/active_record/data_migration.rb#L12 def table_name "#{table_name_prefix}data_migrations#{table_name_suffix}" end ``` However, the schema file...