Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
128 B
SQL
Raw Permalink Normal View History

2017-12-13 03:27:10 +01:00
ALTER TABLE `sensors` MODIFY `sensor_divisor` BIGINT(20) NOT NULL DEFAULT '1', CHANGE sensor_index sensor_index VARCHAR( 128 );