[ARVADOS] updated: f880a22da46a0af8606284a344c7bc986f65be28

git at public.curoverse.com git at public.curoverse.com
Wed Jan 14 13:12:09 EST 2015


Summary of changes:
 services/api/db/structure.sql | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  f880a22da46a0af8606284a344c7bc986f65be28 (commit)
      from  c4f571a3111819e1b6fb9aa53be5469ed05b8c84 (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 f880a22da46a0af8606284a344c7bc986f65be28
Author: Radhika Chippada <radhika at curoverse.com>
Date:   Wed Jan 14 13:11:03 2015 -0500

    4523: try to resolve column order by down and up migrations through VERSION=20140817035914

diff --git a/services/api/db/structure.sql b/services/api/db/structure.sql
index df3e58f..e096430 100644
--- a/services/api/db/structure.sql
+++ b/services/api/db/structure.sql
@@ -686,9 +686,9 @@ CREATE TABLE pipeline_instances (
     properties text,
     state character varying(255),
     components_summary text,
-    description character varying(524288),
     started_at timestamp without time zone,
-    finished_at timestamp without time zone
+    finished_at timestamp without time zone,
+    description character varying(524288)
 );
 
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list