Skip to content

Commit 14dd9d2

Browse files
committed
default value set issue in install script
1 parent bdd052f commit 14dd9d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ function ee_sync_db()
120120
db_user VARCHAR,
121121
db_password VARCHAR,
122122
db_host VARCHAR,
123-
is_hhvm INT,
124-
is_pagespeed INT
123+
is_hhvm INT INT DEFAULT '0',
124+
is_pagespeed INT INT DEFAULT '0'
125125
);" | sqlite3 /var/lib/ee/ee.db
126126

127127
# Check site is enable/live or disable

0 commit comments

Comments
 (0)