Compare commits

..

No commits in common. "7249bc13949077a69f1692bb12909015e4729fc5" and "0e16894f5c908acf4071edbd26cad4dd30dae717" have entirely different histories.

View File

@ -1,3 +0,0 @@
ALTER TABLE `ufutx_daily_step`
ADD COLUMN `distance` float(9,2) default 0 comment "距离" after `step`,
ADD COLUMN `calories` float(9,2) default 0 comment "卡路里" after `step`