DevCom-IITB / instiapp-api

Django quasi-RESTful API for InstiApp!
https://insti.app
GNU Affero General Public License v3.0
22 stars 75 forks source link

fix(migrations): remove default from text field (users model) #453

Closed e-aakash closed 3 years ago

e-aakash commented 3 years ago

This field is converted to CharField in further migrations. Default value in text field is failing full mysql test

codecov[bot] commented 3 years ago

Codecov Report

Merging #453 (c4b8ec0) into master (96eaac5) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #453   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          113       113           
  Lines         4442      4442           
=========================================
  Hits          4442      4442           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 96eaac5...c4b8ec0. Read the comment docs.