Merge branch '3342-pipeline-output-current-project' closes #3342
[arvados.git] / services / api / db / structure.sql
index af4bf6a9f23145bd989d169446186007b550afb0..9bcb3fbc6565c1d0e8e3778cc7ad7516a5acec9c 100644 (file)
@@ -427,7 +427,6 @@ CREATE TABLE jobs (
     runtime_constraints text,
     nondeterministic boolean,
     repository character varying(255),
-    output_is_persistent boolean DEFAULT false NOT NULL,
     supplied_script_version character varying(255),
     docker_image_locator character varying(255),
     name character varying(255),
@@ -2024,4 +2023,6 @@ INSERT INTO schema_migrations (version) VALUES ('20140815171049');
 
 INSERT INTO schema_migrations (version) VALUES ('20140817035914');
 
-INSERT INTO schema_migrations (version) VALUES ('20140818125735');
\ No newline at end of file
+INSERT INTO schema_migrations (version) VALUES ('20140818125735');
+
+INSERT INTO schema_migrations (version) VALUES ('20140826180337');
\ No newline at end of file