Skip to content

Commit

Permalink
Rename service state to lifecycle_state.
Browse files Browse the repository at this point in the history
  • Loading branch information
lfu committed May 21, 2019
1 parent 7bf170e commit be037cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/migrate/20190521172822_rename_service_state.rb
@@ -0,0 +1,5 @@
class RenameServiceState < ActiveRecord::Migration[5.0]
def change
rename_column :services, :state, :lifecycle_state
end
end

0 comments on commit be037cc

Please sign in to comment.