Changeset adb6291 in Klonkt for src/routes/users.js
- Timestamp:
- 06/30/2026 06:11:50 PM (2 months ago)
- Branches:
- main
- Children:
- a95dbfd
- Parents:
- 1c33804
- File:
-
- 1 edited
-
src/routes/users.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/users.js
r1c33804 radb6291 27 27 28 28 const posts = db.prepare(` 29 SELECT p.id, p.slug, p.title, p.excerpt, p.cover_image_url, p. published_at29 SELECT p.id, p.slug, p.title, p.excerpt, p.cover_image_url, p.cover_video_url, p.published_at 30 30 FROM posts p 31 31 WHERE p.author_id = ? AND p.site_id = ? AND p.status = 'published'
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)