Migrate to using database. #27
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
High priority
invalid
Low priority
Medium Priority
question
size/L
size/M
size/S
size/XL
size/XS
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: tgpholly/EUS#27
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently as it stands EUS stores every single image in a json file in it's module folder. This is pretty bad json is not a database and it shouldn't be used as such therefore support for mysql and sqlite should be implemented and a migration path for old installs should be provided.
THIS IS DONE!!!!!