DB updates and getting the leads and interest fields to import.
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 22 Jul 2016 17:46:35 +0000 (13:46 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 22 Jul 2016 17:46:35 +0000 (13:46 -0400)
commitfa69e9ae2b42a97c52be55cd8e120495c6fc5002
tree7c4ef936bdcdd8d0fb382745eee0169c0ea2927e
parent993595ada378d274ce89563481db1360bbef4001
DB updates and getting the leads and interest fields to import.

For importing of the interest fields from the forms I setup new table
for linking the gravity form field id to the interest. This is so we
don't have duplicate named interest but can figure out which ones are
coming from the gravity form on the GF import.
GP import does 200 at a time now.
index.php
models/admin/management/leads.php
setup/databaseScripts/create_database_V0.0.4.sql
setup/databaseScripts/dbVersions.php
setup/databaseScripts/update_database_V0.0.5.sql [new file with mode: 0644]
setup/databaseScripts/update_database_V0.0.6.sql [new file with mode: 0644]
setup/frontHooks.php