Initial commit
This commit is contained in:
5
db/migrate/20180103154125_add_sample_to_projects.rb
Normal file
5
db/migrate/20180103154125_add_sample_to_projects.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddSampleToProjects < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :projects, :sample, :boolean, default: false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user