Start of new db options
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 1 Feb 2019 21:46:25 +0000 (16:46 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 1 Feb 2019 21:46:25 +0000 (16:46 -0500)
for city and region in search form

setup/databaseScripts/create_database_V0.1.12.sql

index 2580318..9252e16 100644 (file)
@@ -246,6 +246,8 @@ CREATE TABLE {prefix}management (
     detail_ext_links_same_window BOOLEAN DEFAULT '0',     -- Turn on to keep from adding target blank to detail page url's
     michigan_org_requirements BOOLEAN DEFAULT '0',        -- Turn on required fields for Michigan.org
     sort_by_featured_in_agenda BOOLEAN DEFAULT '0',       -- Sort by the featured events in agenda view
+    show_search_city BOOLEAN DEFAULT '0',                 -- Show city in search form
+    show_search_region BOOLEAN DEFAULT '0',               -- Show region in search form
     PRIMARY KEY (id)
 );