Changeset 37edecd in Klonkt for src/config
- Timestamp:
- 06/19/2026 03:46:42 AM (3 months ago)
- Branches:
- main
- Children:
- 1794fac
- Parents:
- 91094a4
- File:
-
- 1 edited
-
src/config/database.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/config/database.js
r91094a4 r37edecd 219 219 ); 220 220 `); 221 222 // Link-in-bio klikstatistiek (premium #6). Per (site, url) een teller; de 223 // link-in-bio-pagina linkt via /links/go/:i dat de klik telt en doorstuurt. 224 db.exec(` 225 CREATE TABLE IF NOT EXISTS link_clicks ( 226 site_id TEXT NOT NULL, 227 url TEXT NOT NULL, 228 clicks INTEGER DEFAULT 0, 229 updated_at DATETIME DEFAULT CURRENT_TIMESTAMP, 230 PRIMARY KEY (site_id, url) 231 ); 232 `); 221 233 } 222 234
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)