-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add deletion of historical daily database version
- Loading branch information
1 parent
01fdc2f
commit 490ccfb
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
database/src/main/resources/db/migration/V1_89__Delete_from_token_historical_daily.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
SELECT 'Deleting from token_historical_daily dates after 8/23/2023' AS comment; | ||
|
||
DELETE FROM token_historical_daily WHERE historical_timestamp > '2023-08-23 00:00:00'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters