This commit is contained in:
parent
877ce477cc
commit
8f591b6b8c
6 changed files with 390 additions and 22 deletions
5
migrations/0001_favicons.sql
Normal file
5
migrations/0001_favicons.sql
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
CREATE TABLE site_favicon (
|
||||
domain VARCHAR(500) NOT NULL PRIMARY KEY,
|
||||
favicon bytea NOT NULL
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue