fix for one of the failing tests (acl for tables added)
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
module PostgREST.Types where
|
||||
import Data.Text
|
||||
|
||||
data DbStructure = DbStructure {
|
||||
tables :: [Table]
|
||||
, columns :: [Column]
|
||||
, relations :: [Relation]
|
||||
, primaryKeys :: [PrimaryKey]
|
||||
, tablesAcl :: [(Text, Text, Text)]
|
||||
}
|
||||
|
||||
data Table = Table {
|
||||
tableSchema :: Text
|
||||
, tableName :: Text
|
||||
|
||||
Reference in New Issue
Block a user