Skip to content

Commit

Permalink
Modify reimbursement test data to be date instead of timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-panhead committed Feb 7, 2024
1 parent e373e7f commit 64ad9bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions database/init_test/1_add_test_data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ INSERT INTO
SELECT
'url1',
500,
'2024-01-02 04:05:06 -8:00',
'2024-01-02',
user_id
FROM
csss_user
Expand All @@ -190,7 +190,7 @@ INSERT INTO
SELECT
'url2',
2000,
'2024-01-08 15:20:00 -8:00',
'2024-01-08',
user_id
FROM
csss_user
Expand Down
Binary file modified design/database/test_data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 64ad9bf

Please sign in to comment.