Skip to content

Commit d176046

Browse files
committed
Updated UUID enhancements to work with rails 4.1 API
1 parent 0b638b7 commit d176046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/active_record/connection_adapters/sqlserver/schema_statements.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,8 @@ def identity_column(table_name)
414414

415415
private
416416

417-
def create_table_definition(name, temporary, options)
418-
TableDefinition.new native_database_types, name, temporary, options
417+
def create_table_definition(name, temporary, options, as = nil)
418+
TableDefinition.new native_database_types, name, temporary, options, as
419419
end
420420
end
421421
end

0 commit comments

Comments
 (0)