Archive old migrations (#426)

* Archive old migrations

* Fix invalid placement of migrations
This commit is contained in:
Rikard Bartholf
2024-10-17 11:19:12 +02:00
committed by GitHub
parent 763262c108
commit ddcbd0afb0
500 changed files with 0 additions and 0 deletions
+15
View File
@@ -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');