AutoCommit Mon Aug 3 09:03:01 CEST 2015
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
class AddTemplateToSurveyQuestion < ActiveRecord::Migration
|
class AddTemplateToSurveyQuestion < ActiveRecord::Migration
|
||||||
def change
|
def change
|
||||||
|
add_column :survey_questions, :flag_template, :boolean
|
||||||
|
add_column :survey_questions, :flag_deleted, :boolean
|
||||||
|
add_column :survey_questions, :flag_intern,:boolean
|
||||||
|
add_column :survey_questions, :user_id, :integer
|
||||||
|
add_column :survey_questions, :flag_locked, :boolean
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user