Skip to content

Commit

Permalink
clarify month interval
Browse files Browse the repository at this point in the history
  • Loading branch information
wongjingping authored and rishsriv committed Jun 12, 2024
1 parent 0495b7e commit a1b7678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defog_data/ewallet/ewallet.sql
Original file line number Diff line number Diff line change
@@ -285,7 +285,7 @@ VALUES
(8, '2023-06-01 17:30:00', '2023-06-01 18:15:35', 'mobile_app', 'mobile_q3mz8n'),
(9, '2023-06-04 07:45:30', '2023-06-04 08:15:27', 'mobile_app', 'mobile_g3mjfz'),
(10, '2023-06-02 14:10:15', '2023-06-02 14:40:58', 'web_app', 'web_zz91p44l'),
(5, CURRENT_TIMESTAMP - INTERVAL '31 days', CURRENT_TIMESTAMP - INTERVAL '31 days' + INTERVAL '15 min', 'web_app', 'web_8902wknz'),
(5, CURRENT_TIMESTAMP - INTERVAL '1 month 1 day', CURRENT_TIMESTAMP - INTERVAL '1 month 1 day' + INTERVAL '15 min', 'web_app', 'web_8902wknz'),
(6, CURRENT_TIMESTAMP - INTERVAL '8 days', CURRENT_TIMESTAMP - INTERVAL '8 days' + INTERVAL '15 min', 'web_app', 'web_zz91p44l'),
(7, CURRENT_TIMESTAMP - INTERVAL '5 days', CURRENT_TIMESTAMP - INTERVAL '5 days' + INTERVAL '15 min', 'web_app', 'web_zz91p44l'),
(8, CURRENT_TIMESTAMP - INTERVAL '3 days', CURRENT_TIMESTAMP - INTERVAL '3 days' + INTERVAL '15 min', 'web_app', 'web_d8180kaf'),

0 comments on commit a1b7678

Please sign in to comment.