hasTimestamps config is broken
jamesjwarren opened this issue · comments
James Warren commented
Setting timestamps in model config doesn't override global setting:
static config () {
return {
hasTimestamps: ['created', 'updated']
};
}
:package: Bookshelf.js Trailpack
jamesjwarren opened this issue · comments
Setting timestamps in model config doesn't override global setting:
static config () {
return {
hasTimestamps: ['created', 'updated']
};
}