Logo
Explore Help
Register Sign In
cameleer/cameleer-saas
2
0
Fork 0
You've already forked cameleer-saas
Code Issues 23 Pull Requests Actions Packages Projects Releases Wiki Activity
Files
879accfc7ff2694f7f81ba8a7a1e6b654631ec08
cameleer-saas/src/main/resources/db/migration/V011__add_provisioning_fields.sql

4 lines
151 B
MySQL
Raw Normal View History

feat: add provisioning fields to tenants + license revoke Adds server_endpoint and provision_error columns to tenants table (V011 migration), updates TenantEntity and TenantResponse with new fields and a from() factory, adds revokeLicense() to LicenseService, and updates TenantController to use the factory. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-09 21:38:03 +02:00
-- V011__add_provisioning_fields.sql
ALTER TABLE tenants ADD COLUMN server_endpoint VARCHAR(512);
ALTER TABLE tenants ADD COLUMN provision_error TEXT;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 50ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API