mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
♻️ refactor(database): renamed to userMemories/index.ts (#11359)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/* eslint-disable sort-keys-fix/sort-keys-fix */
|
||||
import { bigint, index, jsonb, numeric, pgTable, real, text, vector } from 'drizzle-orm/pg-core';
|
||||
|
||||
import { idGenerator } from '../utils/idGenerator';
|
||||
import { timestamps, timestamptz, varchar255 } from './_helpers';
|
||||
import { users } from './user';
|
||||
import { idGenerator } from '../../utils/idGenerator';
|
||||
import { timestamps, timestamptz, varchar255 } from '../_helpers';
|
||||
import { users } from '../user';
|
||||
|
||||
export const userMemories = pgTable(
|
||||
'user_memories',
|
||||
Reference in New Issue
Block a user