Skip to content

SirineAchour/TN-dev-prod-database-merge-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TN-dev-prod-database-merge-script

Introduction

This is a python script that generates the list of SQL queries needed to merges two MySQL databases having the same schema but different data.
This script is schema specific to the TN database.
It takes into consideration the AUTO_INCREMENT PRIMARY KEYS and the corresponding FOREIGN KEYS.

This script is still in construction!

Requirements

  • The database SQL dump files
  • A text file for saving the queries needed for the merge

Note

After running this script the source database must be cleaned up before running it again.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages