wtbenica / InfiniteLongbox

0 stars 0 forks source link

Schema changes #134

Open wtbenica opened 3 years ago

wtbenica commented 3 years ago

When the gcd updates its schema (e.g. adds columns), changes have to be made to CreditUpdater, gcd_server, and ComicCollector (first 2 definite, last possibly).

wtbenica commented 1 year ago

CreditUpdater had to deal with this with the isSourced and sourcedBy columns in GcdStoryCredit. It removes them as part of both DBInitialize and DBMigrate.