mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Refactor interface linking system:
- Remove 'interface_connected_asset_interface' column usage - Introduce 'asset_interface_links' table for one-to-one connections - Update add/edit/delete queries and modals to handle new schema - Exclude already-connected interfaces in dropdowns - Improve data integrity and simplify linking logic
This commit is contained in:
@@ -5,4 +5,4 @@
|
||||
* It is used in conjunction with database_updates.php
|
||||
*/
|
||||
|
||||
DEFINE("LATEST_DATABASE_VERSION", "1.7.8");
|
||||
DEFINE("LATEST_DATABASE_VERSION", "1.7.9");
|
||||
|
||||
Reference in New Issue
Block a user