feat: adding storage system ping method in order to test.

This commit is contained in:
charlesgauthereau
2026-01-17 22:41:39 +01:00
parent 5b980fb382
commit bce1c5d9b8
6 changed files with 68 additions and 7 deletions
@@ -3,7 +3,7 @@ import {Page, PageActions, PageContent, PageHeader, PageTitle} from "@/features/
import {Metadata} from "next";
import {ChannelsSection} from "@/components/wrappers/dashboard/admin/channels/channels-section";
import {db} from "@/db";
import {desc, eq, isNotNull, isNull, not} from "drizzle-orm";
import {desc, eq, isNull} from "drizzle-orm";
import * as drizzleDb from "@/db";
import {StorageChannelWith} from "@/db/schema/12_storage-channel";
import {ChannelAddEditModal} from "@/components/wrappers/dashboard/admin/channels/channel/channel-add-edit-modal";