diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-10-18 19:56:54 +0900 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-10-24 13:44:13 +0200 |
commit | 8342c421b5b5081ba74a3acbece962ab080b39ea (patch) | |
tree | 9b14c563a7f86a359cffe56ec24a2b630fd92e7c /src/db | |
parent | 5414b71ae30ced4505206acbacf52f4350edf8ce (diff) |
Fix the conversion table
Fix the conversion table
(Navigation -> map) to (Navigation -> navigation)
Use `navigation` as it is.
Change-Id: Icfb0c7839cfa1c8ae59aa3b381c07d8a2f88cdd4
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/db')
-rw-r--r-- | src/db/old_roles.db | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/old_roles.db b/src/db/old_roles.db index 02a4c2d..d8f19f9 100644 --- a/src/db/old_roles.db +++ b/src/db/old_roles.db @@ -34,7 +34,7 @@ }, { "name": "Navigation", - "new": "map" + "new": "navigation" }, { "name": "HVAC", |