Skip to content

Commit 181e60c

Browse files
author
Aidan Haran
committed
Revert
1 parent f7626b0 commit 181e60c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/active_record/connection_adapters/sqlserver/schema_statements.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,6 @@ def column_definitions(table_name)
422422
else
423423
type = case ci[:type]
424424
when /smallint|int|bigint/ then ci[:_type]
425-
when /bit/ then 'smallint'
426425
else ci[:type]
427426
end
428427
value = default.match(/\A\((.*)\)\Z/m)[1]

0 commit comments

Comments
 (0)