Ignore db

This commit is contained in:
Joseph Ferano 2023-02-23 20:39:03 +07:00
parent e115b52db5
commit 40a82ef8b6
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/__pycache__/
/mm.db

View File

@ -32,4 +32,4 @@ FROM staking_event
LEFT JOIN claim_event ON staking_event.id = claim_event.staking_event_id
WHERE staking_event.source_id = 4 AND claim_event.staking_event_id IS NULL;
update staking_event set created_at = '2023-02-21 12:58:02';
UPDATE staking_event SET created_at = '2023-02-21 12:58:02' WHERE id = 1;