Add .schema file to data
By keeping track of what the database table is supposed to look like (i.e. $object->fieldMeta), Gitify could make sure the table is created and contains the right field on Gitify build. This would make migrations/updates easier (and automated), especially when dealing with third party packages.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
As of 22ade32804b4be1f5b51d36cedc7c67096b6f39e (#74), the package script properly checks the installed package, which means it will also detect changes in version for packages listed in the .gitify file. That accidentally makes this issue slightly less important, as a simple Gitify install:package --all will now make sure the latest version is installed, rather than just any version.
Is there any way to have the Gitify packages list update if a package is installed via the package manager?