Skip to content

Commit

Permalink
fix: add new user tag to type from nft.storage (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Jun 6, 2022
1 parent 0c92cc4 commit fbd8b85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/api/db/tables.sql
Expand Up @@ -6,7 +6,8 @@ CREATE TYPE user_tag_type AS ENUM
'HasAccountRestriction',
'HasPsaAccess',
'HasSuperHotAccess',
'StorageLimitBytes'
'StorageLimitBytes',
'HasDeleteRestriction'
);

-- Perma-cache transaction type.
Expand Down

0 comments on commit fbd8b85

Please sign in to comment.