ghost-plugin
ghost-plugin copied to clipboard
DatabasePlugin uses pre-knex-0.4 "Schema" propery instead of the newer "schema" property.
Playing with the post plugin, I've run into undefinedness because the property Schema versus schema (older versions of knex api use Schema, but Ghost uses 0.5.0). A quick grep -r Schema . yields an antiquated mock, that mock's tests, and a couple of calls under the old api.
Hi @popham .
This repo is mostly abandoned in lieu of the TryGhost/Ghost-App repo. I don't think we've officially talked about creating the DatabasePlugin there yet, so thanks for the heads up anyway.