New db version for events
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 12 Aug 2016 17:22:19 +0000 (13:22 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 12 Aug 2016 17:23:48 +0000 (13:23 -0400)
commit72048d9fc3f78960f7e0cd9e0aa87afdb9e760fb
tree952dcc7de640a17d604e0189c55e88ed014e2c12
parent86107a82b65a937ab050e2cbf082096f6d90324c
New db version for events

Adding two new fields for the ical_feed table.
Field: duration to store how long the import of the events is taking.
Field: events to store how many events were fetched in the last fetch.
index.php
models/admin/ajax/icalFeedImport.php [new file with mode: 0644]
models/front/events/icalFeedImport.php [new file with mode: 0644]
setup/databaseScripts/create_database_V0.0.19.sql [deleted file]
setup/databaseScripts/create_database_V0.0.20.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/update_database_V0.0.20.sql [new file with mode: 0644]
setup/frontHooks.php
setup/validActions.php
views/admin/management/events.html