-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In the [PR](cowprotocol/services#2283) we removed the `auction_transaction` table and added a new column `auction_id` to `settlements` table, so we need to redirect all queries to fetch the `auction_id` from `settlements` going forward. ### When to merge this? The db change is already applied to staging (migration of data from `auction_transaction` to `settlements` is also done) so we should merge the PR before the next script run on Tuesday (otherwise the accounting will try to join on <from,nonce> which are not populated anymore). OTOH, the db change is not applied to prod yet (also it won't be applied until next script run on Tuesday), so we don't want to have this PR merged before the next script run on Tuesday. Can we use two different versions of script for staging and prod? --------- Co-authored-by: Felix Henneke <[email protected]> Co-authored-by: Haris Angelidakis <[email protected]> Co-authored-by: harisang <[email protected]>
- Loading branch information
1 parent
fa54e13
commit 6319c81
Showing
2 changed files
with
25 additions
and
56 deletions.
There are no files selected for viewing
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
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