X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/adfe146695a6acebe65b7953db1e8a88dc53a6b4..61925eaac13ef601879178d6343de9f9714f3da1:/services/api/db/structure.sql diff --git a/services/api/db/structure.sql b/services/api/db/structure.sql index 1c7363dcaf..fa4760d8a0 100644 --- a/services/api/db/structure.sql +++ b/services/api/db/structure.sql @@ -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 ); @@ -2680,8 +2681,6 @@ INSERT INTO schema_migrations (version) VALUES ('20160506175108'); INSERT INTO schema_migrations (version) VALUES ('20160509143250'); -INSERT INTO schema_migrations (version) VALUES ('20160808151459'); - INSERT INTO schema_migrations (version) VALUES ('20160808151559'); INSERT INTO schema_migrations (version) VALUES ('20160819195557'); @@ -2690,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