From 0951ef6609e3e3756258cc14801f5f55db2a2412 Mon Sep 17 00:00:00 2001 From: Vokhmin Alexey V Date: Tue, 18 Feb 2014 01:07:49 +0400 Subject: [PATCH] #354: cleanup --- db/migrate/20140217192640_add_autostart_status_to_projects.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migrate/20140217192640_add_autostart_status_to_projects.rb b/db/migrate/20140217192640_add_autostart_status_to_projects.rb index 156b22ad4..0545765dd 100644 --- a/db/migrate/20140217192640_add_autostart_status_to_projects.rb +++ b/db/migrate/20140217192640_add_autostart_status_to_projects.rb @@ -1,6 +1,6 @@ class AddAutostartStatusToProjects < ActiveRecord::Migration def change add_column :projects, :autostart_status, :integer - add_column :project_to_repositories, :autostart_options, :hstore#, default: '', null: false + add_column :project_to_repositories, :autostart_options, :hstore end end