mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-12-04 02:38:14 +00:00
feat(app): fix type resolving issues
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { sql } from 'drizzle-orm';
|
||||
import { text, integer, sqliteTable } from 'drizzle-orm/sqlite-core';
|
||||
import { Block } from '../types';
|
||||
|
||||
export const messages = sqliteTable('messages', {
|
||||
id: integer('id').primaryKey(),
|
||||
|
||||
Reference in New Issue
Block a user