From d034376737c27e48a7a3413b82461a65999ee105 Mon Sep 17 00:00:00 2001 From: Zog Date: Tue, 13 Mar 2018 10:41:48 +0100 Subject: Refs #6090; CustomFields inputs made easy :warning: We'll have to refine this code once StopArea are linked to workgroups --- db/migrate/20180313082623_add_custom_field_values_to_stop_areas.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 db/migrate/20180313082623_add_custom_field_values_to_stop_areas.rb (limited to 'db/migrate') diff --git a/db/migrate/20180313082623_add_custom_field_values_to_stop_areas.rb b/db/migrate/20180313082623_add_custom_field_values_to_stop_areas.rb new file mode 100644 index 000000000..1b901d139 --- /dev/null +++ b/db/migrate/20180313082623_add_custom_field_values_to_stop_areas.rb @@ -0,0 +1,5 @@ +class AddCustomFieldValuesToStopAreas < ActiveRecord::Migration + def change + add_column :stop_areas, :custom_field_values, :json + end +end -- cgit v1.2.3