0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server/data
Sebastian Gierlinger 639c0d0627 Add schema.js
closes #1398
closes #1399
closes #1400
- added schema.js with database version '000'
- refactored migration to use schema.js
- if new table is added to schema.js and databaseVersion is increased, table will be added
- if new table is deleted to schema.js and databaseVersion is increased, table will be deleted
- alter table from issue #1400 is delayed until knex supports column modification
- changed import pre checks to work again (will be refactored separately)
- added basic PostgreSQL support (Attention: not supported/tested)
- changed error handling in server.js
2013-11-18 15:21:15 +01:00
..
export Add schema.js 2013-11-18 15:21:15 +01:00
fixtures Remove broken image from fixture 2013-09-27 09:18:02 +01:00
import Cleanup indentation and quotes 2013-09-26 15:06:31 +01:00
migration Add schema.js 2013-11-18 15:21:15 +01:00
default-settings.json Client & Server side validation for posts per page 2013-09-19 07:55:37 +01:00
schema.js Add schema.js 2013-11-18 15:21:15 +01:00