We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f66c0 commit 2e1e164Copy full SHA for 2e1e164
lib/planetscale_rails/migration.rb
@@ -10,10 +10,8 @@ module Current
10
def create_table(table_name, **options)
11
if ENV["ENABLE_PSDB"] && options[:keyspace].present?
12
table_name = "#{options[:keyspace]}.#{table_name}"
13
- super(table_name, **options.except(:keyspace))
14
- else
15
16
end
+ super(table_name, **options.except(:keyspace))
17
18
19
0 commit comments