2.1.1 • Published 6 years ago

@mason-cli/plugin-knex v2.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

mason-plugin-knex

Mason CLI support for managing Knex installations

Commands

  • migrate:up
    • Runs all pending migrations
  • migrate:down
    • Rolls back most recent migrations
  • migrate:reset

    • Truncates or deletes all data, or optionally drops all tables
    • Options:

      • --exclude=table_a,table_b

        Provide a list of tables to exclude from the reset

      • --delete

        Delete table contents instead of truncating

      • --drop

        Drop tables instead of deleting or truncating

2.1.1

6 years ago

2.1.0

6 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago