项目作者: Valdeirsk8

项目描述 :
Firebird migration tool
高级语言: Pascal
项目地址: git://github.com/Valdeirsk8/migrationFirebird.git
创建时间: 2020-05-27T12:42:32Z
项目社区:https://github.com/Valdeirsk8/migrationFirebird

开源协议:MIT License

下载


Migration for Firebird database











Firebird Migration

Getting started

Installation:

  • Download setup
  • Just type migration help in cmd

Available Commands

> Init

This command initialize a new migration project

  1. migration init

> Init Migration

This command initialize a new migration to your project

  1. migration init migration
  2. migration init migration -d "Description"

> Migrate

This command upgrade your database configured in your migration project

  1. migration migrate

> revert -to \ | -all

This command revert your database to a point of time that you define

  1. migration revert -to 10
  2. migration revert -all
\ that’s an ID that you find on History_Migration table inside your database

> Help

This is a helper for migration. Use migration <command> help for more information about a command.

  1. migration help