DB Structure Update: Add Fax to location, Delete Vendor Contacts tables decided to merge vendor contacts and conacts as one table as contacts table already had a reference to vendor_id

This commit is contained in:
johnnyq
2024-12-13 15:12:48 -05:00
parent 10496c2971
commit a21cb08914
3 changed files with 14 additions and 30 deletions

View File

@@ -5,4 +5,4 @@
* It is used in conjunction with database_updates.php
*/
DEFINE("LATEST_DATABASE_VERSION", "1.7.2");
DEFINE("LATEST_DATABASE_VERSION", "1.7.3");