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 20ca56b commit 9508af3Copy full SHA for 9508af3
test/db/postgresql/change_column_test.rb
@@ -0,0 +1,6 @@
1
+require 'db/postgres'
2
+require 'change_column_test_methods'
3
+
4
+class PostgreSQLChangeColumnTest < Test::Unit::TestCase
5
+ include ChangeColumnTestMethods
6
+end
0 commit comments