Skip to content

Commit

Permalink
UUID fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
fandaymon committed Dec 14, 2022
1 parent 330225d commit 5f347d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tuya/tuya.class.php
Expand Up @@ -2019,7 +2019,7 @@ function dbInstall($data = '')
tudevices: IR_FLAG boolean NOT NULL DEFAULT 0
tudevices: CONTROL int(10) unsigned NOT NULL DEFAULT 0
tudevices: STATUS int(10) unsigned NOT NULL DEFAULT 0
tudevices: UUID varchar(20) unsigned NOT NULL DEFAULT ''
tudevices: UUID varchar(20) NOT NULL DEFAULT ''
tucommands: ID int(10) unsigned NOT NULL auto_increment
Expand Down

0 comments on commit 5f347d3

Please sign in to comment.