Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 8, 2018 08:54
Show Gist options
  • Save ryantm/869e3436d0f2761951eabdad68c0319d to your computer and use it in GitHub Desktop.
Save ryantm/869e3436d0f2761951eabdad68c0319d to your computer and use it in GitHub Desktop.
/nix/store/1g49jlhy30sijz0js59lfnrg8k3mqvjf-flyway-5.1.4
├── bin
│   └── flyway
└── share
└── flyway
├── drivers
│   ├── derby-10.14.2.0.jar
│   ├── derbyclient-10.14.2.0.jar
│   ├── h2-1.4.197.jar
│   ├── hsqldb-2.4.0.jar
│   ├── jtds-1.3.1.jar
│   ├── mariadb-java-client-2.2.4.jar
│   ├── mssql-jdbc-6.4.0.jre7.jar
│   ├── postgresql-42.2.2.jre6.jar
│   ├── put-your-jdbc-drivers-here.txt
│   └── sqlite-jdbc-3.20.1.jar
├── jars
│   └── put-your-java-migration-jars-here.txt
├── lib
│   ├── flyway-commandline-5.1.4.jar
│   └── flyway-core-5.1.4.jar
└── sql
└── put-your-sql-migrations-here.txt
7 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment