4651: Merge branch 'master' into 4651-boolean-params
[arvados.git] / services / api / db / structure.sql
index 2eca2caf16abcfec8cde761b639f931e3dc8cb42..0a2dc8d48e33c70fa3a18f2c745b673af9130c65 100644 (file)
@@ -683,8 +683,8 @@ CREATE TABLE pipeline_instances (
     components text,
     updated_at timestamp without time zone NOT NULL,
     properties text,
-    state character varying(255),
     components_summary text,
+    state character varying(255),
     started_at timestamp without time zone,
     finished_at timestamp without time zone,
     description text