mirror of
https://github.com/FlipsideCrypto/optimism-models.git
synced 2026-02-06 13:26:44 +00:00
deprecate (#236)
This commit is contained in:
parent
cf9761d61c
commit
3374d02193
@ -1,7 +1,7 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: core__ez_eth_transfers
|
||||
description: 'Deprecating soon! Migrate to `core.ez_native_transfers` by Jan. 31 2024.'
|
||||
description: 'Deprecating soon! Migrate to `core.ez_native_transfers` by February 14, 2024.'
|
||||
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: core__fact_traces
|
||||
description: '{{ doc("opt_traces_table_doc") }}'
|
||||
description: 'Deprecating soon! The columns `ETH_VALUE`, `ETH_VALUE_PRECISE_RAW` and `ETH_VALUE_PRECISE` will be deprecated on February 14, 2024. Please migrate to `VALUE`, `VALUE_PRECISE_RAW` and `VALUE_PRECISE`. Note: These columns are the ONLY changes being made to this table.'
|
||||
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: core__fact_transactions
|
||||
description: '{{ doc("opt_tx_table_doc") }}'
|
||||
description: 'Deprecating soon! The columns `ETH_VALUE`, `ETH_VALUE_PRECISE_RAW` and `ETH_VALUE_PRECISE` will be deprecated on February 14, 2024. Please migrate to `VALUE`, `VALUE_PRECISE_RAW` and `VALUE_PRECISE`. Note: These columns are the ONLY changes being made to this table.'
|
||||
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
|
||||
Loading…
Reference in New Issue
Block a user