Skip to content

Commit

Permalink
Update db_database.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
ronancpl authored Jul 3, 2019
1 parent fba27fb commit 0228d4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sql/db_database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12830,6 +12830,7 @@ CREATE TABLE IF NOT EXISTS `dueypackages` (
`TimeStamp` varchar(10) NOT NULL,
`Message` varchar(200) NOT NULL DEFAULT "",
`Checked` tinyint(1) unsigned DEFAULT '1',
`Type` tinyint(1) unsigned DEFAULT '0',
PRIMARY KEY (`PackageId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

Expand Down Expand Up @@ -21426,4 +21427,4 @@ ALTER TABLE `famelog`

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

0 comments on commit 0228d4e

Please sign in to comment.