1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/migration
Adam Anderson e4fe4973cf Fixes #10432 add_column not creating array columns in PostgreSQL
When then PostgreSQL visitor was [added](6b7fdf3bf3)
`add_column` was no longer receiving the column options directly. This
caused the options to be lost along the way.
2013-06-04 00:18:59 -04:00
..
change_schema_test.rb Fixes #10432 add_column not creating array columns in PostgreSQL 2013-06-04 00:18:59 -04:00
change_table_test.rb Add active_support/testing/autorun 2012-12-31 13:57:24 -03:00
column_attributes_test.rb Alias refute methods to assert_not and perfer assert_not on tests 2012-12-31 13:58:52 -03:00
column_positioning_test.rb
columns_test.rb anual_salary => annual_salary 2013-03-28 21:45:08 +05:30
command_recorder_test.rb Make execute, change_column and remove_columns methods actually irreversible 2012-12-21 13:54:53 -05:00
create_join_table_test.rb Remove duplicated methods in command recorder and duplicated test name 2012-12-21 19:55:24 -02:00
helper.rb Initialize accessors to remove some warnings in Ruby 2.0 2012-11-19 12:52:19 -02:00
index_test.rb Remove behavior that deals with a string as third argument of add_index, because this was deprecated. 2013-06-02 08:44:31 +09:00
logger_test.rb transactions can be turned off per Migration. 2013-03-05 16:12:08 +01:00
references_index_test.rb Alias refute methods to assert_not and perfer assert_not on tests 2012-12-31 13:58:52 -03:00
references_statements_test.rb Alias refute methods to assert_not and perfer assert_not on tests 2012-12-31 13:58:52 -03:00
rename_table_test.rb also rename indexes when a table or column is renamed 2013-02-20 18:19:25 +01:00
table_and_index_test.rb Move to the schema-migrations-metadata branch. 2012-12-09 15:57:34 -07:00