enable packages to be marked as unavailable locally

This commit is contained in:
Lucy Cifferello
2023-01-12 11:20:02 -07:00
parent b7155e3139
commit dc5122e101
5 changed files with 42 additions and 25 deletions

View File

@@ -36,6 +36,7 @@ import Startlude (
Text,
UTCTime,
Word32,
Bool
)
@@ -44,6 +45,7 @@ share
[persistLowerCase|
PkgRecord
Id PkgId sql=pkg_id
isLocal Bool default=True
createdAt UTCTime
updatedAt UTCTime Maybe
deriving Eq