Skip to content

Commit

Permalink
TINYINT translates to bool
Browse files Browse the repository at this point in the history
  • Loading branch information
xhero committed Nov 12, 2016
1 parent fe0c866 commit 271ec30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/standard_title.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def reindex
text :title
text :title_d

integer :latin_order do
boolean :latin_order do
latin
end

Expand Down

0 comments on commit 271ec30

Please sign in to comment.