An open API service indexing awesome lists of open source software.

https://github.com/forge/db-migration-addon

Database Migration Forge 2 Addon
https://github.com/forge/db-migration-addon

Last synced: 8 months ago
JSON representation

Database Migration Forge 2 Addon

Awesome Lists containing this project

README

          

== db-migration-addon
image:https://travis-ci.org/forge/db-migration-addon.svg?branch=master["Build Status", link="https://travis-ci.org/forge/db-migration-addon"]

:idprefix: id_
This addon provides *standalone* functionality. The db-migration-addon enables data migration on Forge for JPA entities. The project is under development and is not stable yet.

=== Depends on
[options="header"]
|===
|Addon |Exported |Optional
|resources
|yes
|no
|projects
|yes
|no
|parser XML
|yes
|no
|facets
|yes
|no
|===

=== Installation

From Forge CLI:

[source,shell]
----
addon-install-from-git --url https://github.com/forge/db-migration-addon.git
----

== Setup

db-migration-addon makes it possible to track changes on your entities for every Forge project you have.
To set it up for your current project, simply launch this command:

[source,java]
----
dbma-setup
----

and it will create the migration directory for your project.

== Features