X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c3d4b399c57e711f0cd87c2178f873a688323967..7d598997ce1851f37ac0ec21c47abc76d5e84277:/services/api/db/structure.sql diff --git a/services/api/db/structure.sql b/services/api/db/structure.sql index 61433a665f..aa05031fe0 100644 --- a/services/api/db/structure.sql +++ b/services/api/db/structure.sql @@ -3,6 +3,7 @@ -- SET statement_timeout = 0; +SET lock_timeout = 0; SET client_encoding = 'UTF8'; SET standard_conforming_strings = on; SET check_function_bodies = false; @@ -1967,6 +1968,8 @@ INSERT INTO schema_migrations (version) VALUES ('20140601022548'); INSERT INTO schema_migrations (version) VALUES ('20140602143352'); +INSERT INTO schema_migrations (version) VALUES ('20140607150616'); + INSERT INTO schema_migrations (version) VALUES ('20140611173003'); INSERT INTO schema_migrations (version) VALUES ('20140627210837');