pycon icon indicating copy to clipboard operation
pycon copied to clipboard

Fix import old db

Open estyxx opened this issue 4 years ago • 3 comments

estyxx avatar Jan 26 '20 15:01 estyxx

Codecov Report

Merging #1482 into master will increase coverage by 0.00%. The diff coverage is 100.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           

codecov[bot] avatar Jan 26 '20 15:01 codecov[bot]

@estyxx do you remember why we need those changes?

marcoacierno avatar Oct 30 '20 15:10 marcoacierno

@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...).

estyxx avatar Oct 30 '20 15:10 estyxx