Fix photos

This commit is contained in:
Alan
2026-02-16 22:38:47 +03:00
parent a755a8e5c4
commit b4bc91f545
6 changed files with 43 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ create table s_repair_photo
(
id int auto_increment
primary key,
action_id int default 0 not null,
repair_id int default 0 not null,
img varchar(100) default '' not null,
position int default 0 not null
)