We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3b34c commit 327c7d6Copy full SHA for 327c7d6
test/rails/excludes/postgresql/ActiveRecord/Migration/IndexTest.rb
@@ -0,0 +1,4 @@
1
+if ActiveRecord::Base.connection.database_version < 90500
2
+ exclude :test_add_index_which_already_exists_does_not_raise_error_with_option, 'ADD INDEX IF NOT EXISTS is PG >= 9.5'
3
+ exclude :test_add_index_with_if_not_exists_matches_exact_index, 'ADD INDEX IF NOT EXISTS is PG >= 9.5'
4
+end
test/rails/excludes/postgresql/MigrationTest.rb
@@ -0,0 +1,3 @@
+ exclude :test_create_table_with_indexes_and_if_not_exists_true, 'ADD INDEX IF NOT EXISTS is PG >= 9.5'
0 commit comments