mirror of
https://github.com/saltbo/zpan.git
synced 2026-08-30 17:50:07 +08:00
fa943ca8b3
- Add license-state.ts helper for reading/writing license state as system_options key-value pairs instead of a dedicated singleton table - Rewrite refresh.ts, has-feature.ts, entitlement.ts, licensing-admin.ts, licensing-refresh-runner.ts to use license-state helpers - Generate migration 0014 to drop license_binding table - Update all 10 test files to use setLicenseOptions instead of db.insert(licenseBinding) - All 2809 tests pass Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 line
29 B
SQL
1 line
29 B
SQL
DROP TABLE `license_binding`; |