ffc47bfa755cca387d6c2033dff170a76c8a76c2
打包腳本 §10 schema drift 終檢以主檔 header 為主路徑, package-plugin.sh 的 case fallback 僅為防禦性後備。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TbG1keQQ7XBa7qMQY16KCY
2meet Data Optimizer — Quotation AddOn
為 2meet-quotation 報價系統提供 8 張自訂表的 schema 健診整合。
What it does
向 TMDO_Custom_Table_Registry 註冊 8 張 wp_2mq_* 表(其中 3 張關聯到 hp_vendor post type):
| 表名 | post_type_link |
|---|---|
2mq_quotations |
hp_vendor |
2mq_vendor_presets |
hp_vendor |
2mq_vendor_catalog_prices |
hp_vendor |
2mq_quotation_items |
— |
2mq_quotation_history |
— |
2mq_catalog_categories |
— |
2mq_catalog_items |
— |
2mq_quotation_templates |
— |
Requirements
- WordPress ≥ 6.0
- PHP ≥ 8.1
- 2meet-data-optimizer ≥ 0.1.0
- 2meet-quotation
Installation
wp plugin install /path/to/2meet-data-optimizer-quotation-addon-v0.1.0.zip --activate
wp tmdo custom-tables --provider=quotation-addon
Phase
Phase 4 — 與其他 5 個 2meet 家族 AddOn 同期 ship。
License
GPL-2.0-or-later
Description
Languages
PHP
100%