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 months 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-15T19:37:22.000Z (over 3 years ago)
- Last Synced: 2025-04-07T14:47:47.154Z (about 1 year 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.