Drop asset_login_id as we have login_asset_id to allow 1 asset many logins, also drop the unused many to many asset login table

This commit is contained in:
johnnyq
2024-03-03 13:40:50 -05:00
parent 51248ed841
commit a91352229e
3 changed files with 14 additions and 20 deletions

View File

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