Merge branch 'master' into 3408-production-datamanager
[arvados.git] / services / api / db / structure.sql
index a86de697388401a8c0e4739ecb60b92c23546d85..dc44e41dea6733fedd3291ec43c08f1bc72f9a91 100644 (file)
@@ -518,7 +518,8 @@ CREATE TABLE keep_services (
     service_ssl_flag boolean,
     service_type character varying(255),
     created_at timestamp without time zone NOT NULL,
-    updated_at timestamp without time zone NOT NULL
+    updated_at timestamp without time zone NOT NULL,
+    read_only boolean DEFAULT false NOT NULL
 );
 
 
@@ -2376,4 +2377,6 @@ INSERT INTO schema_migrations (version) VALUES ('20150317132720');
 
 INSERT INTO schema_migrations (version) VALUES ('20150324152204');
 
-INSERT INTO schema_migrations (version) VALUES ('20150423145759');
\ No newline at end of file
+INSERT INTO schema_migrations (version) VALUES ('20150423145759');
+
+INSERT INTO schema_migrations (version) VALUES ('20150512193020');
\ No newline at end of file