Skip to content

Commit

Permalink
Merge pull request #1160 from PlanoramaEvents/staging
Browse files Browse the repository at this point in the history
 merge 3.7.6 into dev
  • Loading branch information
balen authored Dec 17, 2024
2 parents 0cfb1bb + 503b620 commit e6595f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/migration_helpers/plano_views.rb
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ def self.test_registration_sync_matches_type
SQL

res = ActiveRecord::Base.connection.execute(query)
res.first["relkind"]
res.first && res.first["relkind"]
end

def self.drop_views
Expand Down

0 comments on commit e6595f3

Please sign in to comment.