Uh oh!
There was an error while loading. Please reload this page.
remove user chapter, replace with user chapter role - #361
Conversation
Zeko369
commented
Mar 12, 2020
I think I know that the problem is. TypeORM is really finicky when it comes to changes relations. So when you change the migration table it doesn't actually change the migration. Try creating a new migration for a slightly different column eg |
allella
commented
Mar 13, 2020
To summarize for myself, and for anybody else watching, it sounds like these changes are furthering the work of #335 and #345 and endeavoring to create a migration to make the schema changes which were previously only part of the models? Is that correct? Regarding automatically updating the schema image, we have that in progress on #54 and #360 (comment) |
Zeko369
commented
Mar 15, 2020
Any progress with this @timmyichen? |
Zeko369
left a comment
There was a problem hiding this comment.
Seems fine, just one small change
Uh oh!
There was an error while loading. Please reload this page.
Update README.md).masterbranch of Chapter.This PR:
UserChaptermodelUserChapterRolemodelStrangely enough, I can't seem to get a migration running for this. Any ideas?