Skip to content

Commit 1e82f30

Browse files
committed
Merge pull request #1355 from ushahidi/develop
Closes #1354. Fix SQL Syntax breaking 2.7.3 installs
2 parents 646299a + 41e66f1 commit 1e82f30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/ushahidi.sql

+2-2
Original file line numberDiff line numberDiff line change
@@ -1400,8 +1400,8 @@ VALUES
14001400
(62,'require_email_confirmation','0'),
14011401
(63,'manually_approve_users','0'),
14021402
(64,'enable_timeline','0'),
1403-
(65,'feed_geolocation_user', '');
1404-
(65,'allow_feed_category', '0');
1403+
(65,'feed_geolocation_user', ''),
1404+
(66,'allow_feed_category', '0');
14051405
-- --------------------------------------------------------
14061406

14071407
/**

0 commit comments

Comments
 (0)