feat: implement authentication context, admin node settings, and core layout components
This commit is contained in:
@@ -10,6 +10,9 @@ export const nodes = pgTable('nodes', {
|
||||
domain: text('domain').notNull().unique(),
|
||||
name: text('name').notNull(),
|
||||
description: text('description'),
|
||||
longDescription: text('long_description'),
|
||||
rules: text('rules'),
|
||||
bannerUrl: text('banner_url'),
|
||||
accentColor: text('accent_color').default('#FFFFFF'),
|
||||
publicKey: text('public_key'),
|
||||
createdAt: timestamp('created_at').defaultNow().notNull(),
|
||||
|
||||
Reference in New Issue
Block a user