0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/data/schema
kirrg001 ec176c243a Force UTC at process level
issues #6406 #6399
- all dates are stored as UTC with this commit
- use moment.tz.setDefault('UTC')
- add migration file to recalculate local datetimes to UTC
- store all dates in same format into our three supported databases
- add option to remeber migrations inside settings (core)
- support DST offset for migration
- ensure we force UTC in test env
- run whole migration as transaction
- extend: Settings.findOne function
2016-06-02 13:23:09 +02:00
..
clients Move db connection out of config 2016-02-12 13:56:23 +00:00
checks.js Reorganise & rename server/data/ folder internals 2016-02-04 20:39:15 +00:00
commands.js Split migrations/index.js & add tests 2016-03-15 10:11:33 +00:00
default-settings.json Force UTC at process level 2016-06-02 13:23:09 +02:00
index.js Reorganise & rename server/data/ folder internals 2016-02-04 20:39:15 +00:00
schema.js Fixes error in validation 2016-05-17 17:44:23 +01:00
versioning.js Rewrite DB update to be explicit 2016-03-17 21:17:19 +00:00