260326:0907 Fixing Naming convention missunderstand #03
This commit is contained in:
@@ -36,7 +36,7 @@ export class VirtualColumnService {
|
||||
for (const config of configs) {
|
||||
await this.ensureVirtualColumn(queryRunner, tableName, config);
|
||||
|
||||
if (config.index_type) {
|
||||
if (config.indexType) {
|
||||
await this.ensureIndex(queryRunner, tableName, config);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -328,8 +328,8 @@ export class MasterService {
|
||||
: null;
|
||||
const tag = this.tagRepo.create({
|
||||
...dto,
|
||||
project_id: internalProjectId,
|
||||
created_by: userId,
|
||||
projectId: internalProjectId,
|
||||
createdBy: userId,
|
||||
});
|
||||
return this.tagRepo.save(tag);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user