Ghost/core
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
..
client Merge pull request #1446 from JohnONolan/notifications 2013-11-12 04:15:35 -08:00
server Add schema.js 2013-11-18 15:21:15 +01:00
shared Avoid filtering markdown code blocks 2013-10-26 12:16:47 -05:00
test Add schema.js 2013-11-18 15:21:15 +01:00
config-loader.js Remove unparam:true from jslint config in Gruntfile.js 2013-10-31 14:02:34 -04:00
ghost.js Merge pull request #1369 from bengladwell/jslint-params 2013-11-01 04:39:50 -07:00
server.js Add schema.js 2013-11-18 15:21:15 +01:00