Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.