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