skeleton of the core app

This commit is contained in:
Lucas Tettamanti
2026-01-02 00:21:46 -03:00
parent a1fb46f70c
commit 947b0bd1ee
12 changed files with 735 additions and 152 deletions

View File

@@ -8,4 +8,4 @@ create table if not exists tenant_channels (
);
-- migrate:down
drop table if exists tenant_channels;
drop table if exists tenant_channels;