{"id":29686922,"url":"https://github.com/graceframework/grace-database-migration","last_synced_at":"2025-09-09T05:45:57.292Z","repository":{"id":216450002,"uuid":"725207670","full_name":"graceframework/grace-database-migration","owner":"graceframework","description":"Helps you manage database changes while developing Grace applications","archived":false,"fork":false,"pushed_at":"2025-07-17T04:54:38.000Z","size":3355,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"7.0.x","last_synced_at":"2025-07-23T04:10:04.818Z","etag":null,"topics":["database-management","database-migration","graceframework","plugin"],"latest_commit_sha":null,"homepage":"https://graceframework.org/grace-database-migration/latest","language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/graceframework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-11-29T16:55:56.000Z","updated_at":"2025-07-17T04:54:42.000Z","dependencies_parsed_at":"2025-01-02T00:27:04.724Z","dependency_job_id":"b6e00a5d-3a84-432d-a91b-df8b1d310c03","html_url":"https://github.com/graceframework/grace-database-migration","commit_stats":null,"previous_names":["graceframework/grace-database-migration"],"tags_count":33,"template":false,"template_full_name":null,"purl":"pkg:github/graceframework/grace-database-migration","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graceframework%2Fgrace-database-migration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graceframework%2Fgrace-database-migration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graceframework%2Fgrace-database-migration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graceframework%2Fgrace-database-migration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/graceframework","download_url":"https://codeload.github.com/graceframework/grace-database-migration/tar.gz/refs/heads/7.0.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graceframework%2Fgrace-database-migration/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274250508,"owners_count":25249396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database-management","database-migration","graceframework","plugin"],"created_at":"2025-07-23T04:06:35.140Z","updated_at":"2025-09-09T05:45:57.283Z","avatar_url":"https://github.com/graceframework.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Main branch build status](https://github.com/graceframework/grace-database-migration/workflows/Grace%20CI/badge.svg?style=flat)](https://github.com/graceframework/grace-database-migration/actions?query=workflow%3A%Grace+CI%22)\n[![Apache 2.0 license](https://img.shields.io/badge/License-APACHE%202.0-green.svg?logo=APACHE\u0026style=flat)](https://opensource.org/licenses/Apache-2.0)\n[![Latest version on Maven Central](https://img.shields.io/maven-central/v/org.graceframework.plugins/database-migration.svg?label=Maven%20Central\u0026logo=apache-maven\u0026style=flat)](https://search.maven.org/search?q=g:org.graceframework.plugins)\n[![Grace Document](https://img.shields.io/badge/Grace_Document-latest-blue?style=flat\u0026logo=asciidoctor\u0026logoColor=E40046\u0026labelColor=ffffff\u0026color=f49b06)](https://graceframework.org/grace-database-migration/latest/)\n[![Grace on X](https://img.shields.io/twitter/follow/graceframework?style=social)](https://x.com/graceframework)\n\n[![Groovy Version](https://img.shields.io/badge/Groovy-4.0.27-blue?style=flat\u0026color=4298b8)](https://groovy-lang.org/releasenotes/groovy-4.0.html)\n[![Grace Version](https://img.shields.io/badge/Grace-2024.0.0-blue?style=flat\u0026color=f49b06)](https://github.com/graceframework/grace-framework/releases/tag/v2024.0.0-M1)\n\n# Grace Database Migration Plugin\n\n## Overview\n\nGrace Database Migration plugin helps you manage database changes while developing Grace applications. The plugin uses the [Liquibase](https://liquibase.com) library.\n\n## Versions\n\nTo make it easier for users to use and upgrade, Plugin adopts a version policy consistent with the [Grace Framework](https://github.com/graceframework/grace-framework).\n\n| Plugin Version | Grace Version |\n|----------------|---------------|\n| 7.0.x          | 2024.0.x      |\n| 6.3.x          | 2023.3.x      |\n| 6.2.x          | 2023.2.x      |\n| 6.1.x          | 2023.1.x      |\n| 6.0.x          | 2023.0.x      |\n| 5.2.x          | 2022.2.x      |\n| 5.1.x          | 2022.1.x      |\n| 5.0.x          | 2022.0.x      |\n\n## Ducumentation\n\n* [7.0.x](https://graceframework.org/grace-database-migration/7.0.x/)\n\n## Links\n\n- [Grace Framework](https://github.com/graceframework/grace-framework)\n- [Grace Plugins](https://github.com/grace-plugins)\n- [Grace Data Hibernate](https://github.com/graceframework/grace-data-hibernate)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraceframework%2Fgrace-database-migration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraceframework%2Fgrace-database-migration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraceframework%2Fgrace-database-migration/lists"}