Update db tables.
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 17 Nov 2016 18:17:31 +0000 (13:17 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 17 Nov 2016 18:17:31 +0000 (13:17 -0500)
commit05f93516ed94d7b1e3d35c1385ed841e4d28fc4c
treec54a948e7633651f7eba2c2ef010275fcb2483d9
parentb8aac4d399a24ebe329a9c04225dc98a03812e2d
Update db tables.

Had some defines not setup correctly for the table name prefixes.
Updated the database now to have a table for the coupon to category
relationship (many to many).
WIP on the edit coupon page.
14 files changed:
classes/data/dataCoupons.php
defines.php
index.php
models/admin/coupons/index.php
models/admin/coupons/list.php [new file with mode: 0644]
models/admin/settings/couponCategories.php
setup/databaseScripts/create_database_V0.0.1.sql [deleted file]
setup/databaseScripts/create_database_V0.0.2.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/update_database_V0.0.2.sql [new file with mode: 0644]
setup/validActions.php
views/admin/coupons/edit.html [new file with mode: 0644]
views/admin/coupons/list.html [new file with mode: 0644]
views/admin/settings/couponCategories.html