1
0
Fork 0

Move files

This commit is contained in:
Alex Kotov 2020-10-21 11:40:27 +05:00
parent 35d620f1ab
commit 134f7a69b7
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
3 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ CREATE UNIQUE INDEX index_employee_contacts_on_employee_id
WITH employee_ids AS (
INSERT INTO employees (image, name, role)
VALUES ('/kotovalexarian.jpg', 'Alex Kotov', 'Founder')
VALUES ('/database_files/kotovalexarian.jpg', 'Alex Kotov', 'Founder')
RETURNING id
AS employee_id
)
@ -53,7 +53,7 @@ WITH employee_ids AS (
WITH employee_ids AS (
INSERT INTO employees (image, name, role)
VALUES ('/xuhcc.png', 'Kirill Goncharov', 'System administrator')
VALUES ('/database_files/xuhcc.png', 'Kirill Goncharov', 'System administrator')
RETURNING id
AS employee_id
)

View File

Before

Width:  |  Height:  |  Size: 120 KiB

After

Width:  |  Height:  |  Size: 120 KiB

View File

Before

Width:  |  Height:  |  Size: 170 KiB

After

Width:  |  Height:  |  Size: 170 KiB