Gitify icon indicating copy to clipboard operation
Gitify copied to clipboard

Add .schema file to data

Open Mark-H opened this issue 10 years ago • 2 comments

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.

Mark-H avatar Mar 17 '15 08:03 Mark-H

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.

Mark-H avatar Mar 30 '15 15:03 Mark-H

Is there any way to have the Gitify packages list update if a package is installed via the package manager?

isaacniebeling avatar Apr 02 '15 14:04 isaacniebeling