-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3090df0
commit ceb5b7a
Showing
4 changed files
with
23 additions
and
19 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
...ver_dal/.sqlx/query-929419ad8dcc70e8ce986f17075cd21d4645563f93afd4428734196c2b212276.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
...ver_dal/.sqlx/query-adaa3126792aac4e3afb805068f01ab8ae3f32526d9b5eadcfe52d139f7d6e66.json
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
...crates/lib/prover_dal/migrations/20240722102219_remove_unused_columns_after_bwip.down.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 @@ | ||
ALTER TABLE witness_inputs_fri ADD COLUMN IF NOT EXISTS merkle_tree_paths_blob_url TEXT; | ||
ALTER TABLE witness_inputs_fri ADD COLUMN IF NOT EXISTS eip_4844_blobs TEXT; | ||
ALTER TABLE witness_inputs_fri ADD COLUMN IF NOT EXISTS is_blob_cleaned BOOLEAN; |
3 changes: 3 additions & 0 deletions
3
...r/crates/lib/prover_dal/migrations/20240722102219_remove_unused_columns_after_bwip.up.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 @@ | ||
ALTER TABLE witness_inputs_fri DROP COLUMN IF EXISTS merkle_tree_paths_blob_url; | ||
ALTER TABLE witness_inputs_fri DROP COLUMN IF EXISTS eip_4844_blobs; | ||
ALTER TABLE witness_inputs_fri DROP COLUMN IF EXISTS is_blob_cleaned; |