published toggle

This commit is contained in:
Michael Freno
2025-12-31 00:49:10 -05:00
parent bd23646ac3
commit a1ed56478c
6 changed files with 78 additions and 27 deletions

View File

@@ -46,7 +46,7 @@ export interface Post {
body: string;
banner_photo?: string;
date?: string | null;
published: boolean;
published: number; // 0 or 1 (sqlite)
author_id: string;
reads: number;
attachments?: string;