Skip to content

compares the schemas of two databases and generates migration SQL to be ran on the production server.

Notifications You must be signed in to change notification settings

inkysplat/dbmigrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

dbmigrator

Compares the schemas of two databases and generates migration SQL to be ran on the production server.

Usage

Run the script from the command line, ensure datbase credentials are set in the top of the script.

The script will connect to database 1 and compare against database 2 and will produce delta SQL statements for missing columns and tables that are missing.

About

compares the schemas of two databases and generates migration SQL to be ran on the production server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages