Skip to content

Commit 363eff2

Browse files
committed
Merge pull request #42 from damiankloip/install-mysql-57
Fix "All parts of a PRIMARY KEY must be NOT NULL;" error on install when using MySQL 5.7
2 parents e77525b + c8f9f5d commit 363eff2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

message.install

+1
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ function message_schema() {
192192
'fields' => array(
193193
'mid' => array(
194194
'type' => 'serial',
195+
'not null' => TRUE,
195196
'unsigned' => TRUE,
196197
'description' => 'The Unique ID of the message.',
197198
),

0 commit comments

Comments
 (0)