aboutsummaryrefslogtreecommitdiff
path: root/db/migrate/20180311125615_remove_start_command_from_mini_environment.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20180311125615_remove_start_command_from_mini_environment.rb')
-rw-r--r--db/migrate/20180311125615_remove_start_command_from_mini_environment.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/20180311125615_remove_start_command_from_mini_environment.rb b/db/migrate/20180311125615_remove_start_command_from_mini_environment.rb
new file mode 100644
index 0000000..686b7e1
--- /dev/null
+++ b/db/migrate/20180311125615_remove_start_command_from_mini_environment.rb
@@ -0,0 +1,5 @@
+class RemoveStartCommandFromMiniEnvironment < ActiveRecord::Migration[5.1]
+ def change
+ remove_column :mini_environments, :start_command, :string
+ end
+end