Merge branch 'master' into 14873-api-rails5-upgrade
[arvados.git] / services / api / db / structure.sql
index 95c44f7f665b5d59864bf994eb041f19c3e96b7f..cbe713a1c30dfb889dcb3932d3109b3b5be5ff5d 100644 (file)
@@ -187,7 +187,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
 );
 
 
@@ -3059,3 +3061,5 @@ INSERT INTO "schema_migrations" (version) VALUES
 ('20190214214814');
 
 
+INSERT INTO schema_migrations (version) VALUES ('20190322174136');
+