summaryrefslogtreecommitdiff
path: root/db/migrate/20160415133440_add_shared_runners_text_to_application_settings.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20160415133440_add_shared_runners_text_to_application_settings.rb')
-rw-r--r--db/migrate/20160415133440_add_shared_runners_text_to_application_settings.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/20160415133440_add_shared_runners_text_to_application_settings.rb b/db/migrate/20160415133440_add_shared_runners_text_to_application_settings.rb
new file mode 100644
index 00000000000..d493044c67b
--- /dev/null
+++ b/db/migrate/20160415133440_add_shared_runners_text_to_application_settings.rb
@@ -0,0 +1,5 @@
+class AddSharedRunnersTextToApplicationSettings < ActiveRecord::Migration
+ def change
+ add_column :application_settings, :shared_runners_text, :text
+ end
+end