fix(models): remove unused schema config
This commit is contained in:
committed by
Stuart Taylor
parent
48aa09db38
commit
9124dfb126
@ -39,14 +39,6 @@
|
||||
"dataSource": "mail",
|
||||
"public": false
|
||||
},
|
||||
"flyer": {
|
||||
"dataSource": "db",
|
||||
"public": true
|
||||
},
|
||||
"job": {
|
||||
"dataSource": "db",
|
||||
"public": true
|
||||
},
|
||||
"nonprofit": {
|
||||
"dataSource": "db",
|
||||
"public": true
|
||||
@ -55,10 +47,6 @@
|
||||
"dataSource": "db",
|
||||
"public": true
|
||||
},
|
||||
"promo": {
|
||||
"dataSource": "db",
|
||||
"public": true
|
||||
},
|
||||
"Role": {
|
||||
"dataSource": "db",
|
||||
"public": false
|
||||
@ -67,10 +55,6 @@
|
||||
"dataSource": "db",
|
||||
"public": false
|
||||
},
|
||||
"story": {
|
||||
"dataSource": "db",
|
||||
"public": true
|
||||
},
|
||||
"userCredential": {
|
||||
"dataSource": "db",
|
||||
"public": true
|
||||
|
Reference in New Issue
Block a user