unique index on category table and update sys endpoint

This commit is contained in:
Lucy Cifferello
2021-06-30 11:08:32 -04:00
parent 55ef470df7
commit f8526e2419
2 changed files with 2 additions and 1 deletions

View File

@@ -48,4 +48,4 @@ getVersionWSpec rootDir ext = do
getSystemStatusR :: Handler OSVersionRes
getSystemStatusR = do
-- hardcoded to the next major version release so the UI can by dynamic. this might change depending on the version number we decide to release.
pure $ OSVersionRes NOTHING $ Version (0,3,0,0)
pure $ OSVersionRes INSTRUCTIONS $ Version (0,3,0,0)

View File

@@ -62,6 +62,7 @@ Category
name CategoryTitle
parent CategoryId Maybe
description Text
UniqueName name
deriving Eq
deriving Show