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.
2 parents 4c390f5 + e788ffa commit fa92f03Copy full SHA for fa92f03
lib/active_record/connection_adapters/oracle_enhanced/schema_creation.rb
@@ -42,8 +42,7 @@ def visit_TableDefinition(o)
42
end
43
44
def default_tablespace_for(type)
45
- (ActiveRecord::ConnectionAdapters::OracleEnhancedAdapter.default_tablespaces[type] ||
46
- ActiveRecord::ConnectionAdapters::OracleEnhancedAdapter.default_tablespaces[native_database_types[type][:name]]) rescue nil
+ OracleEnhancedAdapter.default_tablespaces[type]
47
48
49
def add_column_options!(sql, options)
0 commit comments