Skip to content

UniqueVision/db-migration-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBマイグレーションの使い方

マイグレーションのテーブルを作成する

db-migraiton-tool --url postgres://user:pass@localhost:5432/test --init

パッチを適用する(名前だけで判定する)

db-migraiton-tool --url postgres://user:pass@localhost:5432/test --dir db/sql/patches

ストアードプロシージャを適用する(sha1で判定する)

db-migraiton-tool --url postgres://user:pass@localhost:5432/test --dir db/sql/stored --sha1

ドライRun

db-migraiton-tool --url postgres://user:pass@localhost:5432/test --dir db/sql/stored --sha1 --dry_run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published