Skip to content

Commit

Permalink
Update delete timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed Oct 27, 2023
1 parent 490ccfb commit 775f76b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SELECT 'Deleting from token_historical_daily dates after 8/23/2023' AS comment;
SELECT 'Deleting from token_historical_daily dates after 8/03/2023' AS comment;

DELETE FROM token_historical_daily WHERE historical_timestamp > '2023-08-23 00:00:00';
DELETE FROM token_historical_daily WHERE historical_timestamp > '2023-08-03 00:00:00';

0 comments on commit 775f76b

Please sign in to comment.