Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Altering Flyway files to include REPLICA IDENTITY alter table commands #29

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

lmassaoy
Copy link
Collaborator

@lmassaoy lmassaoy commented Mar 5, 2025

This pull request includes several changes to the database migration scripts to improve data replication and indexing for various tables. The most important changes are grouped by theme below:

Replication Enhancements:

  • Added REPLICA IDENTITY FULL to the job_versions_io_mapping_inputs and job_versions_io_mapping_outputs tables to enhance replication.
  • Added REPLICA IDENTITY FULL to the lineage_events table to improve replication.
  • Added REPLICA IDENTITY FULL to the job_facets table to ensure full replication of data.
  • Added REPLICA IDENTITY FULL to the job_versions_io_mapping table to enhance replication.

Code Consistency:

  • Changed the SQL syntax for creating tables from uppercase to lowercase for consistency in the job_versions_io_mapping_inputs and job_versions_io_mapping_outputs tables.

@lmassaoy lmassaoy changed the title Revision migration files Altering Flyway files to include REPLICA IDENTITY alter table commands Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant