X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/31d31c010bb6b5170e3962fdd50c6d393cfe6076..fcf3ca5baf89bdd944e3a7dcdc1b65f8ff4945ca:/services/api/db/structure.sql diff --git a/services/api/db/structure.sql b/services/api/db/structure.sql index d6729428be..7e6bb1dca4 100644 --- a/services/api/db/structure.sql +++ b/services/api/db/structure.sql @@ -1,3 +1,7 @@ +-- Copyright (C) The Arvados Authors. All rights reserved. +-- +-- SPDX-License-Identifier: AGPL-3.0 + -- -- PostgreSQL database dump -- @@ -44,9 +48,7 @@ CREATE TABLE api_client_authorizations ( created_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL, default_owner_uuid character varying(255), - scopes text DEFAULT '--- -- all -'::text NOT NULL, + scopes text DEFAULT '["all"]'::text, uuid character varying(255) NOT NULL ); @@ -2775,6 +2777,8 @@ INSERT INTO schema_migrations (version) VALUES ('20170216170823'); INSERT INTO schema_migrations (version) VALUES ('20170301225558'); +INSERT INTO schema_migrations (version) VALUES ('20170319063406'); + INSERT INTO schema_migrations (version) VALUES ('20170328215436'); INSERT INTO schema_migrations (version) VALUES ('20170330012505'); @@ -2783,4 +2787,7 @@ INSERT INTO schema_migrations (version) VALUES ('20170419173031'); INSERT INTO schema_migrations (version) VALUES ('20170419173712'); -INSERT INTO schema_migrations (version) VALUES ('20170419175801'); \ No newline at end of file +INSERT INTO schema_migrations (version) VALUES ('20170419175801'); + +INSERT INTO schema_migrations (version) VALUES ('20170628185847'); +