Index: gm/rebaseline_server/static/constants.js |
diff --git a/gm/rebaseline_server/static/constants.js b/gm/rebaseline_server/static/constants.js |
index 900bac59c4694d6c5a0422d3e3c7aafb41715e8d..5d8ffeac217d234b91bb4f783bb3eef9e7f121da 100644 |
--- a/gm/rebaseline_server/static/constants.js |
+++ b/gm/rebaseline_server/static/constants.js |
@@ -77,6 +77,6 @@ module.constant('constants', (function() { |
// These are just used on the client side, no need to sync with server code. |
KEY__IMAGEPAIRS__ROWSPAN: 'rowspan', |
URL_KEY__SCHEMA_VERSION: 'urlSchemaVersion', |
- URL_VALUE__SCHEMA_VERSION__CURRENT: 0, |
+ URL_VALUE__SCHEMA_VERSION__CURRENT: 1, |
} |
})()) |