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

Issue 5 : DML files for Liquibase #5

Closed
Rapter1990 opened this issue Jan 30, 2024 · 0 comments · Fixed by #8
Closed

Issue 5 : DML files for Liquibase #5

Rapter1990 opened this issue Jan 30, 2024 · 0 comments · Fixed by #8
Assignees
Labels
done Complete the issue

Comments

@Rapter1990
Copy link
Owner

Rapter1990 commented Jan 30, 2024

Problem Description:

In the context of our application, we have defined Data Definition Language (DDL) files for Liquibase to manage database schema changes. Now, we need to address the creation of dummy data that should be loaded when the program runs.

Proposed Solution:

To handle this requirement, we plan to create Data Manipulation Language (DML) files under the db/changelog/changes directory. These files will contain the necessary SQL statements to insert dummy data into the database.

Implementation Details:

DDL Files:

  • Defined for Liquibase to manage database schema changes.

DML Files:

  • Location: db/changelog/changes
  • Purpose: Contains SQL statements to insert dummy data into the database.

Execution Trigger:

  • The dummy data loading process should be triggered automatically when the program runs.

Testing:

Ensure that the dummy data is successfully loaded during program execution. Conduct thorough testing to validate the correctness and completeness of the loaded data.

Proposed Changes:

Review and refine the existing process to create a seamless mechanism for loading dummy data during program execution. Consider any additional configurations or adjustments required for optimal performance.

Additional Information:

Please provide any additional details or considerations related to the creation and loading of dummy data using Liquibase.

@mehmetseymusyuzen mehmetseymusyuzen self-assigned this Jan 30, 2024
@mehmetseymusyuzen mehmetseymusyuzen added development development under-development Under development labels Jan 30, 2024
@mehmetseymusyuzen mehmetseymusyuzen linked a pull request Feb 2, 2024 that will close this issue
Rapter1990 added a commit that referenced this issue Feb 6, 2024
…uibase

PR : Issue #5 : Create DML files for liquibase
@Rapter1990 Rapter1990 added done Complete the issue and removed development development under-development Under development labels Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done Complete the issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants