diff --git a/migrations/000.115.sql b/migrations/000.115.sql new file mode 100644 index 0000000..4a6520f --- /dev/null +++ b/migrations/000.115.sql @@ -0,0 +1,25 @@ +-- 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'); +