Skip to content

Commit

Permalink
Merge pull request #2 from ValorWaterAnalytics/DEV-6915
Browse files Browse the repository at this point in the history
DEV-6915 #time 10m Rails 6.1 removes SchemaCreation class from Abstra…
  • Loading branch information
vmeow authored Jan 11, 2021
2 parents 381d0e5 + a6afcdd commit 676bb89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module ActiveRecord
module ConnectionAdapters
module Redshift
class SchemaCreation < AbstractAdapter::SchemaCreation
class SchemaCreation < SchemaCreation
private

def visit_ColumnDefinition(o)
Expand Down

0 comments on commit 676bb89

Please sign in to comment.