Skip to content

Commit

Permalink
🚚 rename Event to EventEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival committed Apr 29, 2024
1 parent 067c7e4 commit 84e7510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/kodadot_assethub_nft_m2.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ erDiagram
TokenEntity ||--o{ NFTEntity : "nfts"
TokenEntity ||--|| MetadataEntity : "meta"
NFTEntity ||--o{ Event : "events"
NFTEntity ||--o{ EventEntity : "events"
NFTEntity ||--|| MetadataEntity : "meta"
NFTEntity ||--|| TokenEntity : "token"
NFTEntity ||--|| CollectionEntity : "collection"
Expand Down

0 comments on commit 84e7510

Please sign in to comment.