X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5280006cf7e9ce93db3390d76f7760353b10479d..56e130608f8977d20b21c54f6ab8973d71e045a0:/services/api/db/structure.sql diff --git a/services/api/db/structure.sql b/services/api/db/structure.sql index 12a28c6c72..249ec67ac3 100644 --- a/services/api/db/structure.sql +++ b/services/api/db/structure.sql @@ -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');