Skip to content

Add migration version to database #3

Description

@DmPrkp

Hi!

There is no migration version added to the database when a migration is applied.

It would be useful to store applied migrations in a Redis ZSET using the migration file name.
For example, given a migration files named:

2025-05-23-150859-init.js
2025-05-23-150860-test.js

The ZSET might look like:

150859 | "2025-05-23-150859-init"
150860 | "2025-05-23-150860-test"
...

This would help in tracking which migrations have been applied.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions