Ghost/core/server/models
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
..
base Harvest server side strings 2015-12-19 12:12:16 +01:00
plugins Harvest server side strings 2015-12-19 12:12:16 +01:00
accesstoken.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
app-field.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
app-setting.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
app.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
client-trusted-domain.js Add table columns for OAuth 2015-09-02 13:39:22 +01:00
client.js Public API 2015-10-22 15:28:47 +02:00
index.js Refactor require-tree and split it into models 2015-10-12 17:48:37 +02:00
permission.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
post.js Harvest server side strings 2015-12-19 12:12:16 +01:00
refreshtoken.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
role.js Harvest server side strings 2015-12-19 12:12:16 +01:00
settings.js Reorganise & rename server/data/ folder internals 2016-02-04 20:39:15 +00:00
tag.js Merge pull request #6082 from ErisDS/filter-plugin 2015-11-17 12:32:56 +01:00
user.js Harvest server side strings 2015-12-19 12:12:16 +01:00