X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6bf9e1a4b5640f3cdd057810f0c9b8a945bb88bd..03aade6dd988f91b1037f39754438846c4844cfb:/services/api/db/structure.sql diff --git a/services/api/db/structure.sql b/services/api/db/structure.sql index 58c064ac33..14eca609eb 100644 --- a/services/api/db/structure.sql +++ b/services/api/db/structure.sql @@ -521,7 +521,9 @@ CREATE TABLE public.containers ( runtime_user_uuid text, runtime_auth_scopes jsonb, runtime_token text, - lock_count integer DEFAULT 0 NOT NULL + lock_count integer DEFAULT 0 NOT NULL, + gateway_address character varying, + interactive_session_started boolean DEFAULT false NOT NULL ); @@ -3186,6 +3188,9 @@ INSERT INTO "schema_migrations" (version) VALUES ('20200602141328'), ('20200914203202'), ('20201103170213'), -('20201105190435'); +('20201105190435'), +('20201202174753'), +('20210108033940'), +('20210126183521');