Skip to content

Commit

Permalink
Fix table definition mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceManiac committed May 3, 2024
1 parent 03dfff7 commit 4513c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node-sdk/paima-db/src/paima-tables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ const TABLE_DATA_ACHIEVEMENT_PROGRESS: TableData = {
columnData: packTuples([
['wallet', 'text', 'NO', ''],
['name', 'text', 'NO', ''],
['completed_date', 'timestamp', 'YES', ''],
['completed_date', 'timestamp without time zone', 'YES', ''],
['progress', 'integer', 'YES', ''],
['total', 'integer', 'YES', ''],
]),
Expand Down

0 comments on commit 4513c71

Please sign in to comment.