mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-04-05 12:33:42 +00:00
- Created `StoredObjectLock` entity to manage locks on stored objects. - Introduced `StoredObjectLockMethodEnum` to define locking methods. - Added relationships between `StoredObject` and `StoredObjectLock` with appropriate methods for management. - Added database migrations to create necessary tables and constraints for lock handling.