chore: init monorepo snapshot
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user