Changeset 1794fac in Klonkt for src/config/database.js
- Timestamp:
- 06/19/2026 04:07:24 AM (3 months ago)
- Branches:
- main
- Children:
- 6be57b4
- Parents:
- 37edecd
- File:
-
- 1 edited
-
src/config/database.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/config/database.js
r37edecd r1794fac 146 146 ); 147 147 CREATE INDEX IF NOT EXISTS idx_stat_visitor_day ON stat_visitor_day(site_id, day); 148 CREATE TABLE IF NOT EXISTS stat_referrer ( 149 site_id TEXT NOT NULL, 150 host TEXT NOT NULL, 151 count INTEGER NOT NULL DEFAULT 0, 152 PRIMARY KEY (site_id, host) 153 ); 148 154 `); 149 155
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)