17170: Add "arvados-client shell" subcommand and backend support.
[arvados.git] / services / api / db / structure.sql
index 12a28c6c723609bd14b2c20129b8c749695bdc28..249ec67ac315f17b571f88c14928a6b663ea0390 100644 (file)
@@ -521,7 +521,8 @@ 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
 );
 
 
@@ -3187,6 +3188,7 @@ INSERT INTO "schema_migrations" (version) VALUES
 ('20200914203202'),
 ('20201103170213'),
 ('20201105190435'),
-('20201202174753');
+('20201202174753'),
+('20210108033940');