You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classTable
...
defchange(old_value,new_value)@connection.execute"UPDATE #{@connection.quote_table_name@name} SET value = #{@connection.quoteold_value} WHERE value = #{@connection.quotenew_value}"endend
Something along the lines of
in https://github.com/howaboutwe/enum_table/blob/master/lib/enum_table/schema_statements.rb#L66