mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
Timeout fixes and cleanup
This commit is contained in:
parent
88b52d23cd
commit
76f951093f
5 changed files with 33 additions and 18 deletions
2
db/mysql/migrations/04_add_favicon_column/migration.sql
Normal file
2
db/mysql/migrations/04_add_favicon_column/migration.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE `website` ADD COLUMN `favicon` VARCHAR(500) NULL;
|
||||
Loading…
Add table
Add a link
Reference in a new issue