Changeset 61e3daf in Klonkt for src/config
- Timestamp:
- 07/21/2026 12:38:08 AM (7 weeks ago)
- Branches:
- main
- Children:
- 928d1c7
- Parents:
- 4a08bfc
- git-author:
- Robin <roboburr@…> (07/21/2026 12:38:07 AM)
- git-committer:
- Robin <roboburr@…> (07/21/2026 12:38:08 AM)
- File:
-
- 1 edited
-
src/config/database.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/config/database.js
r4a08bfc r61e3daf 310 310 last_used_at DATETIME 311 311 ); 312 -- Paid posts (klonkt-demo-aki): the site owner's own Patreon campaign. 313 -- Secrets are encrypted at rest (CryptoBox). Never reuses the instance-level 314 -- patreon_* settings, which are Klonkt Premium's separate license flow. 315 CREATE TABLE IF NOT EXISTS paid_patreon ( 316 site_id TEXT PRIMARY KEY, 317 client_id TEXT, 318 client_secret_enc TEXT, 319 campaign_id TEXT, 320 access_token_enc TEXT, 321 refresh_token_enc TEXT, 322 token_exp INTEGER, -- unix seconds 323 default_min_cents INTEGER DEFAULT 0, 324 updated_at DATETIME DEFAULT CURRENT_TIMESTAMP 325 ); 312 326 CREATE TABLE IF NOT EXISTS ap_outbox ( 313 327 id TEXT PRIMARY KEY, -- note path segment (uuid) → /ap/notes/<id>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)