diff --git a/migrations/000.558.sql b/migrations/000.558.sql new file mode 100644 index 0000000..e1cce62 --- /dev/null +++ b/migrations/000.558.sql @@ -0,0 +1,8 @@ +-- Insert a new row into rooms table +INSERT INTO rooms (id, name, room_type_id, s3_suffix) +VALUES ( + 342, + 'room113_wallpaper_standing', + 2, + 'standing/wallpaper/room113.jpg', +);