File tree Expand file tree Collapse file tree
adminforth/documentation/docs/tutorial/08-Plugins Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ async function allowedForSuperAdmins({ adminUser }: { adminUser: AdminUser }): P
4343}
4444
4545export default {
46- dataSource: ' sqlite ' ,
46+ dataSource: ' maindb ' ,
4747 table: ' sessions' ,
4848 resourceId: ' sessions' ,
4949 label: ' Sessions' ,
@@ -102,7 +102,7 @@ async function allowedForSuperAdmins({ adminUser }: { adminUser: AdminUser }): P
102102}
103103
104104export default {
105- dataSource: ' sqlite ' ,
105+ dataSource: ' maindb ' ,
106106 table: ' turns' ,
107107 resourceId: ' turns' ,
108108 label: ' Turns' ,
@@ -514,7 +514,7 @@ import { AdminForthDataTypes } from 'adminforth';
514514import type { AdminForthResourceInput } from ' adminforth' ;
515515
516516export default {
517- dataSource: ' sqlite ' ,
517+ dataSource: ' maindb ' ,
518518 table: ' checkpoints' ,
519519 resourceId: ' checkpoints' ,
520520 label: ' Checkpoints' ,
You can’t perform that action at this time.
0 commit comments