Clean up the folder name that is saved to the database
Created by: cschloer
Path name strings were being saved very incorrectly in the database. This fixes that
ALTER TABLE note ALTER COLUMN text TYPE text;
and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here
Created by: cschloer
Path name strings were being saved very incorrectly in the database. This fixes that
ALTER TABLE note ALTER COLUMN text TYPE text;