mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
chore(core): Rename Data Store DB entries to Data Table (no-changelog) (#18670)
This commit is contained in:
@@ -5,7 +5,7 @@ export type DataStoreColumn = {
|
||||
name: string;
|
||||
type: DataStoreColumnType;
|
||||
index: number;
|
||||
dataStoreId: string;
|
||||
dataTableId: string;
|
||||
};
|
||||
|
||||
export type DataStore = {
|
||||
@@ -15,7 +15,6 @@ export type DataStore = {
|
||||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
projectId: string;
|
||||
sizeBytes: number;
|
||||
};
|
||||
|
||||
export type CreateDataStoreColumnOptions = Pick<DataStoreColumn, 'name' | 'type'> &
|
||||
|
||||
Reference in New Issue
Block a user