Skip to content

Commit

Permalink
v.0.7.1-beta
Browse files Browse the repository at this point in the history
Удалено значение по умолчанию для полей типа text в таблицах miio_devices и miio_commands.
  • Loading branch information
skysilver-lab committed Dec 8, 2017
1 parent e909b84 commit 3e8e373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/xiaomimiio/xiaomimiio.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -907,15 +907,15 @@ function dbInstall($data = '') {
miio_devices: MODEL varchar(255) NOT NULL DEFAULT ''
miio_devices: HW_VER varchar(255) NOT NULL DEFAULT ''
miio_devices: SERIAL varchar(255) NOT NULL DEFAULT ''
miio_devices: SETTINGS text NOT NULL DEFAULT ''
miio_devices: SETTINGS text
miio_devices: UPDATE_PERIOD int(10) NOT NULL DEFAULT '0'
miio_devices: NEXT_UPDATE datetime
miio_devices: UPDATED datetime
miio_commands: ID int(10) unsigned NOT NULL auto_increment
miio_commands: TITLE varchar(100) NOT NULL DEFAULT ''
miio_commands: NOTE varchar(100) NOT NULL DEFAULT ''
miio_commands: VALUE text NOT NULL DEFAULT ''
miio_commands: VALUE text
miio_commands: DEVICE_ID int(10) NOT NULL DEFAULT '0'
miio_commands: LINKED_OBJECT varchar(100) NOT NULL DEFAULT ''
miio_commands: LINKED_PROPERTY varchar(100) NOT NULL DEFAULT ''
Expand Down

0 comments on commit 3e8e373

Please sign in to comment.