5737: Use test-unit-activesupport gem. Fixes "omit".
[arvados.git] / services / api / db / structure.sql
index 5f80fb2c707dc1b5a72162b5a16db88508b3a1c1..fa4760d8a0df2ad03781fb37bcdfa58beba2f2ae 100644 (file)
@@ -289,7 +289,8 @@ CREATE TABLE container_requests (
     priority integer,
     expires_at timestamp without time zone,
     filters text,
-    updated_at timestamp without time zone NOT NULL
+    updated_at timestamp without time zone NOT NULL,
+    container_count integer DEFAULT 0
 );
 
 
@@ -2688,4 +2689,6 @@ INSERT INTO schema_migrations (version) VALUES ('20160819195725');
 
 INSERT INTO schema_migrations (version) VALUES ('20160901210110');
 
-INSERT INTO schema_migrations (version) VALUES ('20160909181442');
\ No newline at end of file
+INSERT INTO schema_migrations (version) VALUES ('20160909181442');
+
+INSERT INTO schema_migrations (version) VALUES ('20160926194129');
\ No newline at end of file