[comixed-dev] [comixed/comixed] e36764: Added a migration to create the comic_file_entries...

  • From: "Darryl L. Pierce" <noreply@xxxxxxxxxx>
  • To: comixed-dev@xxxxxxxxxxxxx
  • Date: Sat, 13 Jun 2020 14:33:23 -0700

  Branch: refs/heads/develop
  Home:   https://github.com/comixed/comixed
  Commit: e36764453c05344a5b834f3b74076f6071e42909
      
https://github.com/comixed/comixed/commit/e36764453c05344a5b834f3b74076f6071e42909
  Author: Darryl L. Pierce <mcpierce@xxxxxxxxx>
  Date:   2020-06-13 (Sat, 13 Jun 2020)

  Changed paths:
    M comixed-library/src/main/resources/db/liquibase-changelog.xml
    A 
comixed-library/src/main/resources/db/migrations/0.7.0/001_issue-13_add_comic_file_entries_table.xml
    A comixed-library/src/main/resources/db/migrations/0.7.0/changelog-0.7.0.xml

  Log Message:
  -----------
  Added a migration to create the comic_file_entries table [#12]


  Commit: 0d881c18218c33a4e9c4bdc5fd39834623a57322
      
https://github.com/comixed/comixed/commit/0d881c18218c33a4e9c4bdc5fd39834623a57322
  Author: Darryl L. Pierce <mcpierce@xxxxxxxxx>
  Date:   2020-06-13 (Sat, 13 Jun 2020)

  Changed paths:
    M 
comixed-library/src/main/java/org/comixed/adaptors/archive/AbstractArchiveAdaptor.java
    M comixed-library/src/main/java/org/comixed/model/comic/Comic.java
    A comixed-library/src/main/java/org/comixed/model/comic/ComicFileEntry.java
    M comixed-library/src/main/java/org/comixed/utils/FileTypeIdentifier.java

  Log Message:
  -----------
  Added code to create and store the list of files in a comic [#12]


Compare: https://github.com/comixed/comixed/compare/cd9e7fc9943c...0d881c18218c

Other related posts:

  • » [comixed-dev] [comixed/comixed] e36764: Added a migration to create the comic_file_entries... - Darryl L. Pierce