Coverage for nexusLIMS/db/migrations/__init__.py: 100%

0 statements  

« prev     ^ index     » next       coverage.py v7.11.3, created at 2026-03-24 05:23 +0000

1"""Alembic database migrations for NexusLIMS. 

2 

3This package contains the Alembic migration scripts for managing the NexusLIMS 

4database schema. The migrations are shipped as part of the installed package 

5and can be applied using the `nexuslims db` CLI command. 

6 

7See Also 

8-------- 

9nexusLIMS.cli.migrate : CLI wrapper for applying migrations 

10"""