P5-3917 Add new interiors room 14-21

This commit is contained in:
Fredrik Ringqvist
2019-05-28 09:54:56 +02:00
parent 60a897124e
commit 2a22ae2ea7
+26
View File
@@ -0,0 +1,26 @@
-- P5-3917 Add room 14-21 interior images
INSERT INTO rooms (id, name) VALUES
(61, 'room14_poster_landscape'),
(62, 'room14_poster_square'),
(63, 'room14_poster_standing'),
(64, 'room15_poster_landscape'),
(65, 'room15_poster_square'),
(66, 'room15_poster_standing'),
(67, 'room16_poster_landscape'),
(68, 'room16_poster_square'),
(69, 'room16_poster_standing'),
(70, 'room17_poster_landscape'),
(71, 'room17_poster_square'),
(72, 'room17_poster_standing'),
(73, 'room18_poster_landscape'),
(74, 'room18_poster_square'),
(75, 'room18_poster_standing'),
(76, 'room19_poster_landscape'),
(77, 'room19_poster_square'),
(78, 'room19_poster_standing'),
(79, 'room20_poster_landscape'),
(80, 'room20_poster_square'),
(81, 'room21_poster_landscape'),
(82, 'room21_poster_square'),
(83, 'room21_poster_standing');