Skip to content

Commit 104b3dd

Browse files
committed
Bugfix: 1.5.38 Upgrade SQL syntax error (<=MySQL 5.7)
1 parent 3d9af93 commit 104b3dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

db/SCHEMA.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ CREATE TABLE `logs` (
9393
`date` varchar(32) DEFAULT NULL,
9494
`username` varchar(255) DEFAULT NULL,
9595
`ipaddr` varchar(64) DEFAULT NULL,
96-
`command` text DEFAULT '0',
96+
`command` text DEFAULT NULL,
9797
`details` text DEFAULT NULL,
9898
PRIMARY KEY (`id`)
9999
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

0 commit comments

Comments
 (0)