Skip to content

Commit

Permalink
Update pihome_mysql_database.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
pihome-shc committed Jul 19, 2020
1 parent 322eb3e commit b83b499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MySQL_Database/pihome_mysql_database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ CREATE TABLE IF NOT EXISTS `zone` (
-- Dumping structure for table pihome.zone_current_state
DROP TABLE IF EXISTS `zone_current_state`;
CREATE TABLE IF NOT EXISTS `zone_current_state` (
`id` int(11) NOT NULL,
`id` int(11) NOT NULL AUTO_INCREMENT,
`sync` tinyint(4) NOT NULL,
`purge` tinyint(4) NOT NULL,
`zone_id` int(11) NOT NULL,
Expand Down

0 comments on commit b83b499

Please sign in to comment.