Skip to content

Commit

Permalink
new(core.gbapp): Timestamp fields are now default.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Oct 15, 2024
1 parent cc67e84 commit 3e96f1d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/basic.gblib/services/GBVMService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3e96f1d

Please sign in to comment.