seed images #253
1
.gitignore
vendored
@@ -2,5 +2,4 @@
|
||||
.local/
|
||||
commit-patches/
|
||||
temp_photos/
|
||||
uploads/
|
||||
.env
|
||||
|
||||
5
backend/.gitignore
vendored
@@ -46,7 +46,10 @@ build/
|
||||
### Project Specific ###
|
||||
src/test/
|
||||
tmp/
|
||||
uploads/
|
||||
uploads/*
|
||||
!uploads/avatars/
|
||||
!uploads/pets/
|
||||
!uploads/products/
|
||||
|
||||
### Temp and backup files ###
|
||||
*.backup
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
UPDATE users
|
||||
SET avatarUrl = REPLACE(avatarUrl, 'https://images.petshop.local/users/', '/uploads/avatars/')
|
||||
WHERE avatarUrl LIKE 'https://images.petshop.local/users/%';
|
||||
|
||||
UPDATE pet
|
||||
SET imageUrl = REPLACE(imageUrl, 'https://images.petshop.local/pets/', '/uploads/pets/')
|
||||
WHERE imageUrl LIKE 'https://images.petshop.local/pets/%';
|
||||
|
||||
UPDATE product
|
||||
SET imageUrl = REPLACE(imageUrl, 'https://images.petshop.local/products/', '/uploads/products/')
|
||||
WHERE imageUrl LIKE 'https://images.petshop.local/products/%';
|
||||
BIN
backend/uploads/avatars/001.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
backend/uploads/avatars/002.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
backend/uploads/avatars/003.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
backend/uploads/avatars/004.webp
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
backend/uploads/avatars/005.webp
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
backend/uploads/avatars/006.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
backend/uploads/avatars/007.webp
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
backend/uploads/avatars/008.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
backend/uploads/avatars/009.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
backend/uploads/avatars/010.webp
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
backend/uploads/avatars/011.webp
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
backend/uploads/avatars/012.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
backend/uploads/avatars/013.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
backend/uploads/avatars/014.webp
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
backend/uploads/avatars/015.webp
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
backend/uploads/avatars/016.webp
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
backend/uploads/avatars/017.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
backend/uploads/avatars/018.webp
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
backend/uploads/avatars/019.webp
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
backend/uploads/avatars/020.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
backend/uploads/avatars/021.webp
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
backend/uploads/avatars/022.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
backend/uploads/avatars/023.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
backend/uploads/avatars/024.webp
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
backend/uploads/avatars/025.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
backend/uploads/avatars/026.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
backend/uploads/avatars/027.webp
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
backend/uploads/avatars/028.webp
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
backend/uploads/avatars/029.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
backend/uploads/avatars/030.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
backend/uploads/avatars/031.webp
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
backend/uploads/avatars/032.webp
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
backend/uploads/avatars/033.webp
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
backend/uploads/avatars/034.webp
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
backend/uploads/avatars/035.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
backend/uploads/avatars/036.webp
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
backend/uploads/avatars/037.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
backend/uploads/avatars/038.webp
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
backend/uploads/avatars/039.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
backend/uploads/avatars/040.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
backend/uploads/avatars/041.webp
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
backend/uploads/avatars/042.webp
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
backend/uploads/avatars/043.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
backend/uploads/avatars/044.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
backend/uploads/avatars/045.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
backend/uploads/avatars/046.webp
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
backend/uploads/avatars/047.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
backend/uploads/avatars/048.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
backend/uploads/avatars/049.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
backend/uploads/avatars/050.webp
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
backend/uploads/avatars/051.webp
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
backend/uploads/avatars/052.webp
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
backend/uploads/avatars/053.webp
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
backend/uploads/avatars/054.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
backend/uploads/avatars/055.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
backend/uploads/avatars/056.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
backend/uploads/avatars/057.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
backend/uploads/avatars/058.webp
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
backend/uploads/avatars/059.webp
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
backend/uploads/avatars/060.webp
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
backend/uploads/avatars/061.webp
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
backend/uploads/avatars/062.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
backend/uploads/avatars/063.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
backend/uploads/avatars/064.webp
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
backend/uploads/avatars/065.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
backend/uploads/avatars/066.webp
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
backend/uploads/avatars/067.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
backend/uploads/avatars/068.webp
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
backend/uploads/avatars/069.webp
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
backend/uploads/avatars/070.webp
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
backend/uploads/avatars/071.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
backend/uploads/avatars/072.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
backend/uploads/avatars/073.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
backend/uploads/avatars/074.webp
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
backend/uploads/avatars/075.webp
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
backend/uploads/avatars/076.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
backend/uploads/avatars/077.webp
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
backend/uploads/avatars/078.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
backend/uploads/avatars/079.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
backend/uploads/avatars/080.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
backend/uploads/avatars/081.webp
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
backend/uploads/avatars/082.webp
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
backend/uploads/avatars/083.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
backend/uploads/avatars/084.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
backend/uploads/avatars/085.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
backend/uploads/avatars/086.webp
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
backend/uploads/avatars/087.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
backend/uploads/avatars/088.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
backend/uploads/avatars/089.webp
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
backend/uploads/avatars/090.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
backend/uploads/avatars/091.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
backend/uploads/avatars/092.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
backend/uploads/avatars/093.webp
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
backend/uploads/avatars/094.webp
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
backend/uploads/avatars/095.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
backend/uploads/avatars/096.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
backend/uploads/avatars/097.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |