diff --git a/scripts/1.3.0/schema/5.update_statistic.sql b/scripts/1.3.0/schema/5.update_statistic.sql index 947fc38d..0c81d363 100644 --- a/scripts/1.3.0/schema/5.update_statistic.sql +++ b/scripts/1.3.0/schema/5.update_statistic.sql @@ -1,5 +1,5 @@ -UPDATE statistic SET name = '边沟' WHERE id = 3 +UPDATE statistic SET name = '边沟' WHERE name='人行道' -UPDATE statistic SET name = '行道树' WHERE id = 6 +UPDATE statistic SET name = '行道树' WHERE name='检查井' -UPDATE statistic SET name = '错车道' WHERE id = 7 \ No newline at end of file +UPDATE statistic SET name = '错车道' WHERE name='雨水口' \ No newline at end of file