add: store avatars and banners in uploads
This commit is contained in:
parent
1e50ace8b2
commit
dbed2b2457
36 changed files with 211 additions and 363 deletions
4
manual_migrations/uploads_pkey.sql
Normal file
4
manual_migrations/uploads_pkey.sql
Normal file
|
@ -0,0 +1,4 @@
|
|||
ALTER TABLE uploads
|
||||
DROP CONSTRAINT uploads_pkey;
|
||||
|
||||
ALTER TABLE uploads ADD CONSTRAINT uploads_pkey PRIMARY KEY (id, bucket);
|
Loading…
Add table
Add a link
Reference in a new issue