chore: init monorepo snapshot

This commit is contained in:
liaibo
2025-11-23 10:55:04 +08:00
commit c70ff52869
941 changed files with 246586 additions and 0 deletions
@@ -0,0 +1,4 @@
alter table if exists public.media_assets
add column if not exists file_name text,
add column if not exists file_size bigint,
add column if not exists mime_type text;