mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 18:34:39 +03:00
639c0d0627
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 |
||
---|---|---|
.. | ||
admin_spec.js | ||
client_ghostdown_spec.js | ||
client_showdown_int_spec.js | ||
errorHandling_spec.js | ||
export_spec.js | ||
frontend_spec.js | ||
ghost_spec.js | ||
import_spec.js | ||
mail_spec.js | ||
middleware_spec.js | ||
permissions_spec.js | ||
plugins_spec.js | ||
server_helpers_index_spec.js | ||
shared_gfm_spec.js | ||
storage_localfilesystem_spec.js |