Combine runner waiting_time migrations
This commit is contained in:
@@ -6,7 +6,6 @@ class CreateRunners < ActiveRecord::Migration[6.1]
|
||||
t.string :runner_id
|
||||
t.references :execution_environment
|
||||
t.references :user, polymorphic: true
|
||||
t.float :waiting_time
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
|
@@ -1,7 +0,0 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class RemoveWaitingTimeFromRunners < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
remove_column :runners, :waiting_time
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user