Skip to content

Commit 51a08ee

Browse files
committed
follow through on rsim#1544
1 parent bb201e7 commit 51a08ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/active_record/connection_adapters/oracle_enhanced/schema_statements.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ def tablespace_for(obj_type, tablespace_option, table_name = nil, column_name =
699699
end
700700

701701
def default_tablespace_for(type)
702-
(default_tablespaces[type] || default_tablespaces[native_database_types[type][:name]]) rescue nil
702+
default_tablespaces[type]
703703
end
704704

705705
def column_for(table_name, column_name)

0 commit comments

Comments
 (0)