Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 712 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 712 Bytes

DB Migrations

Note: This is module with migrations implementation, for actual migrations see it

Structure

The migrations are designed with MigrationsApplier as main entity. It performs all migrations in recursion-way (because personally I hate cycles and mutable state)

MigrationsStorage is a simple set-get table model for tracking schema version