Ignore db
This commit is contained in:
parent
e115b52db5
commit
40a82ef8b6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/__pycache__/
|
||||
/mm.db
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user