0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core
Hannah Wolfe 1ad7a91f4d Reorganise & rename server/data/ folder internals
refs #6301

- In the migration folder, commands.js changed to builder.js to resolve conflict with the 'commands' inside data/utils/clients/.
- a new data/schema/ folder has been added to hold all the code related to the database schema
- data/utils/clients have been moved to data/schema/clients
- data/utils/index.js has become data/schema/commands.js
- data/schema.js has been split, the definition of the DB schema stays put, the additional checks have moved to data/schema/checks.js
- data/validation/index.js has become data/schema/versioning.js
- data/fixtures has moved to data/migration/fixtures
- data/default-settings.json has moved to data/schema/default-settings.json
2016-02-04 20:39:15 +00:00
..
client Merge pull request #6430 from halfdan/6428-add-trailing 2016-02-03 17:36:34 +00:00
server Reorganise & rename server/data/ folder internals 2016-02-04 20:39:15 +00:00
shared Move user/cover image files used in admin team area into the client folder 2016-01-14 16:26:48 +00:00
test Reorganise & rename server/data/ folder internals 2016-02-04 20:39:15 +00:00
index.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00