mirror of
https://github.com/FlipsideCrypto/optimism-models.git
synced 2026-02-06 16:01:54 +00:00
op-change-tracking (#375)
* change tracking * change tracking macro * top level package * package * alias
This commit is contained in:
parent
d56d870031
commit
c9bf582c91
@ -66,6 +66,7 @@ models:
|
||||
relation: true
|
||||
columns: true
|
||||
+on_schema_change: "append_new_columns"
|
||||
+post-hook: "{{ fsc_evm.enable_change_tracking() }}"
|
||||
main_package:
|
||||
+enabled: false # disable top level package by default, enabled subpackages as needed
|
||||
admin:
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
packages:
|
||||
- git: https://github.com/FlipsideCrypto/fsc-evm.git
|
||||
revision: v4.10.3
|
||||
revision: v4.14.0
|
||||
Loading…
Reference in New Issue
Block a user