new(core.gbapp): Timestamp fields are now default.

This commit is contained in:
me@rodrigorodriguez.com 2024-10-15 09:35:05 -03:00
parent cc67e84697
commit 3e96f1d74e

View file

@ -399,10 +399,7 @@ export class GBVMService extends GBService {
}
}
seq.define(tableName, t.fields, {
timestamps: false,
});
seq.define(tableName, t.fields);
// New table checking, if needs sync.
let tables;