mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(editor): Use DB_TABLE_PREFIX on data store tables and refactor data store user table repo (no-changelog) (#18604)
This commit is contained in:
@@ -53,6 +53,5 @@ export {
|
||||
type DataStoreCreateColumnSchema,
|
||||
type DataStoreListFilter,
|
||||
type DataStoreListOptions,
|
||||
type DataStoreUserTableName,
|
||||
dateTimeSchema,
|
||||
} from './schemas/data-store.schema';
|
||||
|
||||
@@ -39,8 +39,6 @@ export const dataStoreSchema = z.object({
|
||||
export type DataStore = z.infer<typeof dataStoreSchema>;
|
||||
export type DataStoreColumn = z.infer<typeof dataStoreColumnSchema>;
|
||||
|
||||
export type DataStoreUserTableName = `data_store_user_${string}`;
|
||||
|
||||
export type DataStoreListFilter = {
|
||||
id?: string | string[];
|
||||
projectId?: string | string[];
|
||||
|
||||
Reference in New Issue
Block a user