Skip to content

Commit 9508af3

Browse files
committed
running change column tests with postgres (as well) should not hurt
1 parent 20ca56b commit 9508af3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)