X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/08123387faf00b0af64ea01f7196d8c5ca3fae1e..4ec3bf28abdaccca697563dac1bd126ef6df9975:/services/api/db/structure.sql diff --git a/services/api/db/structure.sql b/services/api/db/structure.sql index f766f33e1b..4520e1bc04 100644 --- a/services/api/db/structure.sql +++ b/services/api/db/structure.sql @@ -175,7 +175,9 @@ CREATE TABLE public.collections ( storage_classes_confirmed_at timestamp without time zone, current_version_uuid character varying, version integer DEFAULT 1 NOT NULL, - preserve_version boolean DEFAULT false + preserve_version boolean DEFAULT false, + file_count integer DEFAULT 0 NOT NULL, + file_size_total bigint DEFAULT 0 NOT NULL ); @@ -3220,3 +3222,5 @@ INSERT INTO schema_migrations (version) VALUES ('20181213183234'); INSERT INTO schema_migrations (version) VALUES ('20190214214814'); +INSERT INTO schema_migrations (version) VALUES ('20190322174136'); +