Merge branch 'update-go-sdk-documentation'
[arvados.git] / services / api / db / structure.sql
index 5bb08de8367a993d8ea98db98ab87e845964989c..bd69102992a44e30d904283c0195baaf39228289 100644 (file)
@@ -353,7 +353,9 @@ CREATE TABLE job_tasks (
     created_at timestamp without time zone NOT NULL,
     updated_at timestamp without time zone NOT NULL,
     created_by_job_task_uuid character varying(255),
-    qsequence bigint
+    qsequence bigint,
+    started_at timestamp without time zone,
+    finished_at timestamp without time zone
 );
 
 
@@ -679,6 +681,8 @@ CREATE TABLE pipeline_instances (
     properties text,
     state character varying(255),
     components_summary text,
+    started_at timestamp without time zone,
+    finished_at timestamp without time zone,
     description text
 );
 
@@ -1982,32 +1986,20 @@ INSERT INTO schema_migrations (version) VALUES ('20140423133559');
 
 INSERT INTO schema_migrations (version) VALUES ('20140501165548');
 
-INSERT INTO schema_migrations (version) VALUES ('20140509143351');
-
 INSERT INTO schema_migrations (version) VALUES ('20140519205916');
 
 INSERT INTO schema_migrations (version) VALUES ('20140527152921');
 
-INSERT INTO schema_migrations (version) VALUES ('20140528143351');
-
 INSERT INTO schema_migrations (version) VALUES ('20140530200539');
 
 INSERT INTO schema_migrations (version) VALUES ('20140601022548');
 
 INSERT INTO schema_migrations (version) VALUES ('20140602143352');
 
-INSERT INTO schema_migrations (version) VALUES ('20140602143353');
-
 INSERT INTO schema_migrations (version) VALUES ('20140607150616');
 
-INSERT INTO schema_migrations (version) VALUES ('20140610210836');
-
-INSERT INTO schema_migrations (version) VALUES ('20140610210837');
-
 INSERT INTO schema_migrations (version) VALUES ('20140611173003');
 
-INSERT INTO schema_migrations (version) VALUES ('20140613210837');
-
 INSERT INTO schema_migrations (version) VALUES ('20140627210837');
 
 INSERT INTO schema_migrations (version) VALUES ('20140709172343');
@@ -2024,4 +2016,6 @@ INSERT INTO schema_migrations (version) VALUES ('20140826180337');
 
 INSERT INTO schema_migrations (version) VALUES ('20140828141043');
 
+INSERT INTO schema_migrations (version) VALUES ('20140909183946');
+
 INSERT INTO schema_migrations (version) VALUES ('20140911221252');
\ No newline at end of file