mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-18 03:30:39 +09:00
Add support for company logos, including schema adjustments, validation, assets handling, and UI display enhancements.
This commit is contained in:
parent
b155415d7d
commit
b19d0b6f3b
17 changed files with 6211 additions and 26 deletions
1
packages/db/src/migrations/0026_high_anita_blake.sql
Normal file
1
packages/db/src/migrations/0026_high_anita_blake.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TABLE "companies" ADD COLUMN IF NOT EXISTS "logo_url" text;
|
||||
Loading…
Add table
Add a link
Reference in a new issue