@gaud_erp/paperclip-github-manager 1.4.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gaud_erp/paperclip-github-manager",
3
- "version": "1.4.0",
3
+ "version": "1.6.0",
4
4
  "description": "Paperclip plugin for GitHub repos, PR/issue sync, card integration, agent review, and graphify",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -0,0 +1,3 @@
1
+ ALTER TABLE plugin_cus_github_manager_d2300af002.gh_repositories
2
+ ADD COLUMN IF NOT EXISTS graph_json TEXT,
3
+ ADD COLUMN IF NOT EXISTS graph_generated_at TEXT;