Skip to content

Commit

Permalink
Close #1354. Fix SQL Syntax breaking 2.7.3 installs
Browse files Browse the repository at this point in the history
  • Loading branch information
aoduor committed Apr 24, 2014
1 parent 646299a commit 41e66f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/ushahidi.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1400,8 +1400,8 @@ VALUES
(62,'require_email_confirmation','0'),
(63,'manually_approve_users','0'),
(64,'enable_timeline','0'),
(65,'feed_geolocation_user', '');
(65,'allow_feed_category', '0');
(65,'feed_geolocation_user', ''),
(66,'allow_feed_category', '0');
-- --------------------------------------------------------

/**
Expand Down

0 comments on commit 41e66f1

Please sign in to comment.