add db version patch to repo

This commit is contained in:
Ean Milligan
2026-04-23 17:01:12 -04:00
parent 8126e6dc95
commit 7bd835c68a
2 changed files with 323 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
# XIVPlan+DB Mod Edition
This is just XIVPlan with a very basic DB implementation to make sharing links to a plan much more accessible. This repo contains the modification to XIVPlan as a git `.patch` file, and the rest of the source in this repo is the server that acts as an interface between XIVPlan and the DB.
This is just XIVPlan with a very basic DB implementation to make sharing links to a plan much more accessible. This repo contains the modification to XIVPlan as a git `db-version.patch` file, and the rest of the source in this repo is the server that acts as an interface between XIVPlan and the DB.
## Applying the patch
`git apply db-version.patch`
## Ideas around the mod