From 8f4bec3416004c896d80323c3203327a292efbc2 Mon Sep 17 00:00:00 2001 From: Fredrik Ringqvist Date: Mon, 3 Jun 2019 15:45:57 +0200 Subject: [PATCH] P5-3963 Add interior images room 22-25 --- migrations/000.114.sql | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 migrations/000.114.sql diff --git a/migrations/000.114.sql b/migrations/000.114.sql new file mode 100644 index 0000000..0c18b38 --- /dev/null +++ b/migrations/000.114.sql @@ -0,0 +1,15 @@ +-- P5-3963 Add interior images room 22-25 + +INSERT INTO rooms (id, name) VALUES + (84, 'room22_poster_landscape'), + (85, 'room22_poster_square'), + (86, 'room23_poster_landscape'), + (87, 'room23_poster_square'), + (88, 'room23_poster_standing'), + (89, 'room24_poster_landscape'), + (90, 'room24_poster_square'), + (91, 'room24_poster_standing'), + (92, 'room25_poster_landscape'), + (93, 'room25_poster_square'), + (94, 'room25_poster_standing'); +