Skip to content

Commit 41e66f1

Browse files
committed
Close #1354. Fix SQL Syntax breaking 2.7.3 installs
1 parent 646299a commit 41e66f1

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)