umami/db/postgresql/migrations/04_add_favicon_column/migration.sql

3 lines
75 B
MySQL
Raw Normal View History

2022-10-09 04:07:45 +02:00
-- AlterTable
ALTER TABLE "website" ADD COLUMN "favicon" VARCHAR(500);