Add support for company logos, including schema adjustments, validation, assets handling, and UI display enhancements.

This commit is contained in:
JonCSykes 2026-03-06 16:39:35 -05:00
parent b155415d7d
commit b19d0b6f3b
17 changed files with 6211 additions and 26 deletions

View file

@ -0,0 +1 @@
ALTER TABLE "companies" ADD COLUMN IF NOT EXISTS "logo_url" text;