[ARVADOS] updated: 411ba18c2288d67a802a422259c2678e3d4681a4
git at public.curoverse.com
git at public.curoverse.com
Fri Sep 19 16:18:03 EDT 2014
Summary of changes:
services/api/db/migrate/20140918153705_add_state_to_job.rb | 2 ++
1 file changed, 2 insertions(+)
via 411ba18c2288d67a802a422259c2678e3d4681a4 (commit)
from 4403160024a6de9d2bba41cf5377aa5c3d462500 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 411ba18c2288d67a802a422259c2678e3d4681a4
Author: radhika <radhika at curoverse.com>
Date: Fri Sep 19 16:17:28 2014 -0400
3898: added include statement
diff --git a/services/api/db/migrate/20140918153705_add_state_to_job.rb b/services/api/db/migrate/20140918153705_add_state_to_job.rb
index 810c3a7..7e14ea8 100644
--- a/services/api/db/migrate/20140918153705_add_state_to_job.rb
+++ b/services/api/db/migrate/20140918153705_add_state_to_job.rb
@@ -1,4 +1,6 @@
class AddStateToJob < ActiveRecord::Migration
+ include CurrentApiClient
+
def up
if !column_exists?(:jobs, :state)
add_column :jobs, :state, :string
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list