added room migration (#484)

* added room migration

* updated migration

* remove poi

* correct migration number
This commit is contained in:
Arwid Thornström
2025-06-12 12:45:01 +02:00
committed by GitHub
parent 757639a77e
commit 5507f7d9fa
+8
View File
@@ -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',
);