openzim / cms

ZIM file Publishing Platform
https://cms.openzim.org
GNU General Public License v3.0
4 stars 0 forks source link

Update migration setting since SQLite doesn't support ALTERing Columns #55

Closed anshulxyz closed 2 years ago

anshulxyz commented 2 years ago

This fixes the following error

sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) near "ALTER": syntax error

More info here:

codecov[bot] commented 2 years ago

Codecov Report

Merging #55 (fd2d3ee) into main (0e42184) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #55   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          249       249           
=========================================
  Hits           249       249           

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 0e42184...fd2d3ee. Read the comment docs.