Skip to content

Commit

Permalink
fix variable conflict in migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Feb 1, 2020
1 parent ba1397f commit 47e22f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
t.text "uuid", null: false
t.text "subj_id", null: false
t.text "obj_id"
t.string "source_id", limit: 191
t.string "aasm_state"
t.string "state_event"
t.text "callback"
Expand Down

0 comments on commit 47e22f0

Please sign in to comment.