mirror of
https://github.com/FlipsideCrypto/sui-models.git
synced 2026-02-06 09:26:50 +00:00
fix event index type contract
This commit is contained in:
parent
88bff418cb
commit
3bd632d840
@ -107,9 +107,6 @@ models:
|
||||
data_type: NUMBER
|
||||
tests:
|
||||
- not_null
|
||||
# - name: OWNER
|
||||
# description: "{{ doc('owner') }}"
|
||||
# data_type: VARCHAR
|
||||
- name: OBJECT_OWNER
|
||||
description: "{{ doc('object_owner') }}"
|
||||
data_type: VARCHAR
|
||||
@ -356,7 +353,7 @@ models:
|
||||
- not_null
|
||||
- name: EVENT_INDEX
|
||||
description: "{{ doc('event_index') }}"
|
||||
data_type: VARCHAR
|
||||
data_type: NUMBER
|
||||
tests:
|
||||
- not_null
|
||||
- name: TYPE
|
||||
|
||||
Loading…
Reference in New Issue
Block a user