Kruptein / PlanarAlly

A companion tool for when you travel into the planes.
https://www.planarally.io/
MIT License
392 stars 71 forks source link

bug(Notes): Don't use newer sqlite syntax #1343

Closed Kruptein closed 6 months ago

Kruptein commented 6 months ago

Fix number 2 for the save migration for notes. I was using sqlite syntax that the sqlite version on Docker was not yet familiar with. As there is no special requirement on this new syntax I've changed it to use an older syntax.