pycon
pycon copied to clipboard
Fix import old db
Codecov Report
Merging #1482 into master will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #1482 +/- ##
=======================================
Coverage 99.91% 99.91%
=======================================
Files 114 114
Lines 2340 2351 +11
Branches 213 213
=======================================
+ Hits 2338 2349 +11
Partials 2 2
@estyxx do you remember why we need those changes?
@estyxx do you remmeber why we need those changes?
Yes, we made changes to some models and the import wasn't updated. Also, I added old tags and votes. We imported only the users the other entities were never imported.
Maybe we are not interested to import old votes (I added when I was developing the new voting system to test it on the old votes...).