Commit 139ede75 authored by nanahira's avatar nanahira

remove default index for json column

parent 43e9dbe3
......@@ -203,7 +203,6 @@ export const JsonColumn = <C extends ClassOrArray>(
): PropertyDecorator => {
const cl = getClassFromClassOrArray(definition);
return MergePropertyDecorators([
Index(),
Type(() => cl),
ValidateNested(),
Column('jsonb', {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment