Skip to content

Commit

Permalink
removed projects table
Browse files Browse the repository at this point in the history
  • Loading branch information
mseidlx committed Mar 25, 2024
1 parent 12afcdb commit a66b5d1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions data_model.dbml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@ Project OLI {
'''
}

Table Projects {
project_slug string [pk]
name string
github string
website string
docs string
oss_slug string
token_symbol string

Note: "Information about specific projects (i.e. Uniswap), including project name, website link, and documentation."
}

Table Tags {
tag_id string [pk]
name string
Expand Down

0 comments on commit a66b5d1

Please sign in to comment.