change isLocal column to hidden

This commit is contained in:
Lucy Cifferello
2023-01-12 16:52:40 -07:00
parent dc5122e101
commit 52bfa0a49c
5 changed files with 15 additions and 15 deletions

View File

@@ -45,7 +45,7 @@ share
[persistLowerCase|
PkgRecord
Id PkgId sql=pkg_id
isLocal Bool default=True
hidden Bool default=False
createdAt UTCTime
updatedAt UTCTime Maybe
deriving Eq