Skip to content

Commit

Permalink
[skip] Fixed migration that relies on migration versions (1m)
Browse files Browse the repository at this point in the history
  • Loading branch information
boblail committed Mar 30, 2017
1 parent 390c69e commit c4992b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class RemoveAntecedentsFromVersionsOfTickets < ActiveRecord::Migration[5.0]
include VestalVersions
class Version < ActiveRecord::Base; end

def up
versions = Version.where("modifications like '%!ruby/object:TicketAntecedent%'")
Expand Down

0 comments on commit c4992b5

Please sign in to comment.