Skip to content

manga-data-library/mandala-db-migration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mandala-db-migration

概要

Mandalaが利用するDBのテーブル定義を管理するリポジトリです。

DDL

API実装に必要な最新版のDDLをSQL単体で格納しています。

DBマイグレーション

MandalaのDDLは、flywayでのDBマイグレーションをサポートしています。
マイグレーションには、以下のディレクトリ配下のファイルをご利用ください。

flyway-migration/mandala

mandala-ansibleでflywayの環境を構築した場合は、以下のコマンドで実行することができます。

$ flyway -locations=filesystem:<マイグレーションファイルのディレクトリ> migrate

例)
$ flyway -locations=filesystem:/home/vagrant/repositories/mandala-db-migration/flyway-migration/mandala migrate

About

DBマイグレーション

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published