Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/between-freedom-and-space/database-migrations
Database migrations for Between Freedom and Space service
https://github.com/between-freedom-and-space/database-migrations
liquibase migrations plpgsql postgres postgresql psql sql
Last synced: 5 days ago
JSON representation
Database migrations for Between Freedom and Space service
- Host: GitHub
- URL: https://github.com/between-freedom-and-space/database-migrations
- Owner: Between-Freedom-and-Space
- License: apache-2.0
- Created: 2022-03-10T10:07:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-15T19:37:22.000Z (about 2 years ago)
- Last Synced: 2024-11-03T04:02:45.874Z (about 2 months ago)
- Topics: liquibase, migrations, plpgsql, postgres, postgresql, psql, sql
- Language: Kotlin
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Database-Migrations
Contains all database migrations for Between Freedom and Space service.
Migrations are easily customizable in `changeLog.xml` files.## How to run:
* Open file [gradle.properties](./gradle.properties).
* Set all properties with your data.
* ```properties
databaseUrl=
databaseUsername=
databasePassword=
```
* Create special schema for liquibase tables: `CREATE SCHEMA IF NOT EXISTS liquibase;`
* Run file `run.sh`
* Enjoy## Structure:
* Folder [migrations](./migrations) contains all scripts
* Folder [000_drop_all_data](./migrations/000_util_scripts) contains util scripts to manage database.
* Other folders contains migrations scripts.#### Created and Powered by Ferum-bot.