Skip to content

Commit f26065b

Browse files
author
djmaze
committed
https://github.com/RainLoop/rainloop-webmail/pull/2075
1 parent d1e55ff commit f26065b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

snappymail/v/0.0.0/app/libraries/RainLoop/Common/PdoAbstract.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,11 @@ protected function initSystemTables()
368368
{
369369
case 'mysql':
370370
$aQ[] = 'CREATE TABLE IF NOT EXISTS rainloop_system (
371+
id bigint UNSIGNED NOT NULL AUTO_INCREMENT,
371372
sys_name varchar(50) NOT NULL,
372373
value_int int UNSIGNED NOT NULL DEFAULT 0,
373374
value_str varchar(128) NOT NULL DEFAULT \'\',
375+
PRIMARY KEY(id),
374376
INDEX sys_name_rainloop_system_index (sys_name)
375377
) /*!40000 ENGINE=INNODB *//*!40101 CHARACTER SET utf8 COLLATE utf8_general_ci */;';
376378
$aQ[] = 'CREATE TABLE IF NOT EXISTS rainloop_users (

0 commit comments

Comments
 (0)