Add contact_user_id to contacts table to associate a contact with a user

This commit is contained in:
johnnyq
2024-10-22 16:34:08 -04:00
parent 499f9456f8
commit ba64a179c6
3 changed files with 11 additions and 5 deletions

View File

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