0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/data
Daniel Lockyer 82a60ae155 Fixed detection of Windows environment when connecting to SQLite temp DB
fixes https://github.com/TryGhost/Toolbox/issues/284

- this section of code rewrites `/tmp` in the SQlite filename to the
  temp dir
- the fix was only intended for Windows environments, because they
  typically don't have a `/tmp` dir
- this commit adds a `process.platform` check for Windows
- it also moves the code into the DB connection file instead of the
  config lib
2022-05-30 17:42:34 -04:00
..
db Fixed detection of Windows environment when connecting to SQLite temp DB 2022-05-30 17:42:34 -04:00
exporter Added benefits, offers and snippets to exporter 2022-05-20 20:30:55 +01:00
importer Added products and Stripe data to exports and imports (#14873) 2022-05-20 21:13:58 +01:00
migrations Removed oauth experiment 2022-05-16 17:37:13 +01:00
schema Removed oauth experiment 2022-05-16 17:37:13 +01:00