diff --git a/migrations/000.105.sql b/migrations/000.105.sql new file mode 100644 index 0000000..d5609ef --- /dev/null +++ b/migrations/000.105.sql @@ -0,0 +1,6 @@ +-- P5-3802 Add room 13 poster interior images + +INSERT INTO rooms (id, name) VALUES + (58, 'room13_poster_landscape'), + (59, 'room13_poster_square'), + (60, 'room13_poster_standing');