X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a80122e544ddf72fe31d02398d914089b300d1c9..03aade6dd988f91b1037f39754438846c4844cfb:/services/api/db/structure.sql diff --git a/services/api/db/structure.sql b/services/api/db/structure.sql index 249ec67ac3..14eca609eb 100644 --- a/services/api/db/structure.sql +++ b/services/api/db/structure.sql @@ -522,7 +522,8 @@ CREATE TABLE public.containers ( runtime_auth_scopes jsonb, runtime_token text, lock_count integer DEFAULT 0 NOT NULL, - gateway_address character varying + gateway_address character varying, + interactive_session_started boolean DEFAULT false NOT NULL ); @@ -3189,6 +3190,7 @@ INSERT INTO "schema_migrations" (version) VALUES ('20201103170213'), ('20201105190435'), ('20201202174753'), -('20210108033940'); +('20210108033940'), +('20210126183521');