mass build migration
This commit is contained in:
parent
7d58b89366
commit
281eaa6c9c
|
@ -0,0 +1,5 @@
|
||||||
|
class AddNewCoreToMassBuild < ActiveRecord::Migration
|
||||||
|
def change
|
||||||
|
add_column :mass_builds, :new_core, :boolean, :default => false
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue