P5-3327 Add new interior images for room 5 and 6
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
-- P5-3327 Add room 05 and 06 interior images
|
||||||
|
|
||||||
|
INSERT INTO rooms (id, name) VALUES
|
||||||
|
(23, 'room05_painting_landscape'),
|
||||||
|
(24, 'room05_painting_square'),
|
||||||
|
(25, 'room05_painting_standing'),
|
||||||
|
(26, 'room05_wallpaper_landscape'),
|
||||||
|
(27, 'room05_wallpaper_square'),
|
||||||
|
(28, 'room05_wallpaper_standing'),
|
||||||
|
(29, 'room06_painting_landscape'),
|
||||||
|
(30, 'room06_painting_square'),
|
||||||
|
(31, 'room06_painting_standing'),
|
||||||
|
(32, 'room06_wallpaper_landscape'),
|
||||||
|
(33, 'room06_wallpaper_square'),
|
||||||
|
(34, 'room06_wallpaper_standing');
|
||||||
Reference in New Issue
Block a user