Advertisement
gundev

Untitled

Dec 20th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. $ mvn flyway:repair
  2. [INFO] Scanning for projects...
  3. [INFO]
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Building Database Module 0.26.1
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO]
  8. [INFO] --- flyway-maven-plugin:4.2.0:repair (default-cli) @ db ---
  9. [INFO] Flyway 4.2.0 by Boxfuse
  10. [INFO] Database: jdbc:postgresql://localhost/musicautor (PostgreSQL 9.5)
  11. [INFO] Repair of failed migration in metadata table "public"."schema_version" not necessary. No failed migration detected.
  12. [INFO] Database: jdbc:postgresql://localhost/musicautor (PostgreSQL 9.5)
  13. [INFO] Repairing metadata for version 1.7 (Description: av-generic-taxonomies, Checksum: 1910108376) ...
  14. [INFO] Repairing metadata for version 2.843 (Description: professions taxonomy from MUS 834, Checksum: -1635778607) ...
  15. [INFO] Successfully repaired metadata table "public"."schema_version" (execution time 00:00.175s).
  16. [INFO] ------------------------------------------------------------------------
  17. [INFO] BUILD SUCCESS
  18. [INFO] ------------------------------------------------------------------------
  19. [INFO] Total time: 0.963 s
  20. [INFO] Finished at: 2017-12-20T15:52:52+02:00
  21. [INFO] Final Memory: 11M/460M
  22. [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement