Ghost/core/test/unit
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
..
admin_spec.js Further grunt & test cleanup 2013-11-11 21:38:52 +00:00
client_ghostdown_spec.js Test file cleanup on accoutn of OCD 2013-11-11 10:37:09 +00:00
client_showdown_int_spec.js Test file cleanup on accoutn of OCD 2013-11-11 10:37:09 +00:00
errorHandling_spec.js Move API tests to /integration/ 2013-11-07 14:26:47 +01:00
export_spec.js Move API tests to /integration/ 2013-11-07 14:26:47 +01:00
frontend_spec.js Further grunt & test cleanup 2013-11-11 21:38:52 +00:00
ghost_spec.js Test file cleanup on accoutn of OCD 2013-11-11 10:37:09 +00:00
import_spec.js Add schema.js 2013-11-18 15:21:15 +01:00
mail_spec.js Test file cleanup on accoutn of OCD 2013-11-11 10:37:09 +00:00
middleware_spec.js Test file cleanup on accoutn of OCD 2013-11-11 10:37:09 +00:00
permissions_spec.js Move API tests to /integration/ 2013-11-07 14:26:47 +01:00
plugins_spec.js Move API tests to /integration/ 2013-11-07 14:26:47 +01:00
server_helpers_index_spec.js Move API tests to /integration/ 2013-11-07 14:26:47 +01:00
shared_gfm_spec.js Test file cleanup on accoutn of OCD 2013-11-11 10:37:09 +00:00
storage_localfilesystem_spec.js image upload controller refactor 2013-11-11 16:10:57 +00:00