26 lines
845 B
SQL
26 lines
845 B
SQL
-- P5-3979 Add interior images room 26-32
|
|
|
|
INSERT INTO rooms (id, name) VALUES
|
|
(95, 'room26_poster_landscape'),
|
|
(96, 'room26_poster_square'),
|
|
(97, 'room26_poster_standing'),
|
|
(98, 'room27_poster_landscape'),
|
|
(99, 'room27_poster_square'),
|
|
(100, 'room27_poster_standing'),
|
|
(101, 'room28_poster_landscape'),
|
|
(102, 'room28_poster_square'),
|
|
(103, 'room28_poster_standing'),
|
|
(104, 'room29_poster_landscape'),
|
|
(105, 'room29_poster_square'),
|
|
(106, 'room29_poster_standing'),
|
|
(107, 'room30_poster_landscape'),
|
|
(108, 'room30_poster_square'),
|
|
(109, 'room30_poster_standing'),
|
|
(110, 'room31_poster_landscape'),
|
|
(111, 'room31_poster_square'),
|
|
(112, 'room31_poster_standing'),
|
|
(113, 'room32_poster_landscape'),
|
|
(114, 'room32_poster_square'),
|
|
(115, 'room32_poster_standing');
|
|
|