7709: Merge branch 'master' into 7709-api-rails4
[arvados.git] / services / api / db / structure.sql
index e25a2a960571f21b823f14d4d45e619fa2c0ae9a..5c592a264b21a4dd136f9d78ba53fa24878c052b 100644 (file)
@@ -44,9 +44,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
 );
 
@@ -2754,6 +2752,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');
\ No newline at end of file
+INSERT INTO schema_migrations (version) VALUES ('20170330012505');