0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/models
William Dibbern 4f2421fac7 MySQL Support
Closes #364
- Confirmed integration with local mysql installation works.
- Updated fixtures and migration with appropriate schema-conforming
values.
- Updated schema with appropriate defaults and nullable columns.
- Updated fixDates function on model base to appropriately deserialize
values coming from SQLite now that dates are stored as actual DateTime
objects/ISO strings.
- Updated default language to be 'en_US'.
2013-08-19 17:25:02 -05:00
..
base.js MySQL Support 2013-08-19 17:25:02 -05:00
index.js Data models import, export, and reset for 002 2013-08-05 13:56:30 +01:00
permission.js App restructure - closes #245 2013-07-11 20:23:34 +01:00
post.js MySQL Support 2013-08-19 17:25:02 -05:00
role.js App restructure - closes #245 2013-07-11 20:23:34 +01:00
settings.js App restructure - closes #245 2013-07-11 20:23:34 +01:00
user.js Minor code cleanup, docs and other bits & pieces 2013-08-06 22:24:40 +01:00