17170: Merge branch 'master'
[arvados.git] / services / api / db / structure.sql
index 58c064ac3341ce953d41f83cab0425a0370e5f67..14eca609eb0e35c91215a2d70e5af898d90168d4 100644 (file)
@@ -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');