Skip to content

Instantly share code, notes, and snippets.

@nathansutton
Created October 16, 2020 19:05
Show Gist options
  • Save nathansutton/7e30c142b3c4b3617bfebd780e8d9a78 to your computer and use it in GitHub Desktop.
Save nathansutton/7e30c142b3c4b3617bfebd780e8d9a78 to your computer and use it in GitHub Desktop.
logs.txt
flyway_1 | Database: jdbc:postgresql://postgres:5432/athena (PostgreSQL 12.4)
flyway_1 | Successfully validated 54 migrations (execution time 00:00.320s)
flyway_1 | Creating Schema History table "public"."flyway_schema_history" ...
flyway_1 | Current version of schema "public": << Empty Schema >>
flyway_1 | Migrating schema "public" to version 0000 - relationship
flyway_1 | Migrating schema "public" to version 0001 - vocabulary
flyway_1 | Migrating schema "public" to version 0002 - concept ancestor
flyway_1 | Migrating schema "public" to version 0003 - concept
flyway_1 | Migrating schema "public" to version 0004 - concept relationship
flyway_1 | Migrating schema "public" to version 0005 - concept class
flyway_1 | Migrating schema "public" to version 0006 - concept synonym
flyway_1 | Migrating schema "public" to version 0007 - domain
flyway_1 | Migrating schema "public" to version 0009 - attribute definition
flyway_1 | Migrating schema "public" to version 0010 - source to concept map
flyway_1 | Successfully applied 54 migrations to schema "public" (execution time 00:11.073s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment