Skip to content

Commit

Permalink
Fix enum deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanharan committed May 14, 2024
1 parent 21cf471 commit e8eb9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cases/enum_test_sqlserver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class EnumTestSQLServer < ActiveRecord::TestCase
Class.new(ActiveRecord::Base) do
self.table_name = 'sst_datatypes'

enum col_name => { alpha: "A", beta: "B" }
enum col_name, { alpha: "A", beta: "B" }
end
end

Expand Down

0 comments on commit e8eb9a7

Please sign in to comment.