Run the following command to start the Flyway migration process:
- create database
- createdb attributes
- GRANT ALL ON ALL TABLES IN SCHEMA public TO postgres;
- set env: FLYWAY_PASSWORD=mysecretpassword
- info
- flyway -environment=localhost info
- migrate localhost environment:
- flyway -environment=localhost migrate
- connect to schema:
- psql -h localhost attributes