helium3@sina.com пре 7 месеци
родитељ
комит
52c9b71759
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/db/models/BnWhiteList.ts

+ 1 - 0
src/db/models/BnWhiteList.ts

@@ -12,6 +12,7 @@ export interface BnWhiteListData {
       unique: true,
     },
   ],
+  timestamps: false,
 })
 export default class BnWhiteList extends Model {
   @AllowNull(false)