0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/server
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
..
api Add schema.js 2013-11-18 15:21:15 +01:00
controllers image upload controller refactor 2013-11-11 16:10:57 +00:00
data Add schema.js 2013-11-18 15:21:15 +01:00
helpers Add rel='canonical' support 2013-11-03 14:37:33 +01:00
models Add users Gravatar on signup 2013-11-11 23:45:47 +00:00
permissions Remove unparam:true from jslint config in Gruntfile.js 2013-10-31 14:02:34 -04:00
plugins Remove unparam:true from jslint config in Gruntfile.js 2013-10-31 14:02:34 -04:00
storage image upload controller refactor 2013-11-11 16:10:57 +00:00
views Complete post-settings menu refactor 2013-11-12 09:19:02 +01:00
errorHandling.js Remove unparam:true from jslint config in Gruntfile.js 2013-10-31 14:02:34 -04:00
mail.js Change from address 2013-10-11 12:49:33 +01:00
middleware.js Move middleware functions into middleware module and create associated tests 2013-11-07 23:05:51 -05:00
require-tree.js Remove unparam:true from jslint config in Gruntfile.js 2013-10-31 14:02:34 -04:00