mirror of
https://git.sr.ht/~roxwize/mipilin
synced 2025-05-10 23:33:07 +00:00
Today is Journal Day
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
f7e44cddca
commit
927193c102
14 changed files with 742 additions and 55 deletions
|
@ -35,7 +35,8 @@ export const journalEntries = pgTable("journal_entries", {
|
|||
title: varchar({ length: 64 }).default("").notNull(),
|
||||
entry: varchar({ length: 4096 }).default("").notNull(),
|
||||
visibility: integer().default(1).notNull(),
|
||||
date: timestamp().notNull()
|
||||
date: timestamp().notNull(),
|
||||
updated: timestamp()
|
||||
});
|
||||
|
||||
export const journalComments = pgTable("journal_comments", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue