From 2a22ae2ea7840755be37be2120d1c4f2657fd363 Mon Sep 17 00:00:00 2001 From: Fredrik Ringqvist Date: Tue, 28 May 2019 09:54:56 +0200 Subject: [PATCH] P5-3917 Add new interiors room 14-21 --- migrations/000.113.sql | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 migrations/000.113.sql diff --git a/migrations/000.113.sql b/migrations/000.113.sql new file mode 100644 index 0000000..7dc8140 --- /dev/null +++ b/migrations/000.113.sql @@ -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');