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
- Host: GitHub
- URL: https://github.com/forge/db-migration-addon
- Owner: forge
- License: epl-1.0
- Created: 2015-04-28T14:59:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-19T02:18:47.000Z (over 10 years ago)
- Last Synced: 2023-04-14T20:38:14.587Z (almost 3 years ago)
- Language: Java
- Size: 224 KB
- Stars: 4
- Watchers: 7
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.asciidoc
- License: LICENSE
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