X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/47e59a35d5ed9b2cdb052894d741972324058505..98d6c8c5743e0fd6be85af3b9f30286a358bd1d4:/services/api/db/structure.sql diff --git a/services/api/db/structure.sql b/services/api/db/structure.sql index 14729d31bc..357e95c564 100644 --- a/services/api/db/structure.sql +++ b/services/api/db/structure.sql @@ -170,7 +170,10 @@ CREATE TABLE collections ( delete_at timestamp without time zone, file_names character varying(8192), trash_at timestamp without time zone, - is_trashed boolean DEFAULT false NOT NULL + is_trashed boolean DEFAULT false NOT NULL, + storage_classes_desired jsonb DEFAULT '["default"]'::jsonb, + storage_classes_confirmed jsonb DEFAULT '[]'::jsonb, + storage_classes_confirmed_at timestamp without time zone ); @@ -3049,3 +3052,5 @@ INSERT INTO schema_migrations (version) VALUES ('20171208203841'); INSERT INTO schema_migrations (version) VALUES ('20171212153352'); +INSERT INTO schema_migrations (version) VALUES ('20180216203422'); +