new(core.gbapp): Timestamp fields are now default.
This commit is contained in:
parent
cc67e84697
commit
3e96f1d74e
1 changed files with 1 additions and 4 deletions
|
@ -399,10 +399,7 @@ export class GBVMService extends GBService {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
seq.define(tableName, t.fields, {
|
seq.define(tableName, t.fields);
|
||||||
|
|
||||||
timestamps: false,
|
|
||||||
});
|
|
||||||
|
|
||||||
// New table checking, if needs sync.
|
// New table checking, if needs sync.
|
||||||
let tables;
|
let tables;
|
||||||
|
|
Loading…
Add table
Reference in a new issue