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
+26
View File
@@ -0,0 +1,26 @@
-- P5-3917 Add room 14-21 interior images
INSERT INTO rooms (id, name) VALUES
(61, 'room14_poster_landscape'),
(62, 'room14_poster_square'),
(63, 'room14_poster_standing'),
(64, 'room15_poster_landscape'),
(65, 'room15_poster_square'),
(66, 'room15_poster_standing'),
(67, 'room16_poster_landscape'),
(68, 'room16_poster_square'),
(69, 'room16_poster_standing'),
(70, 'room17_poster_landscape'),
(71, 'room17_poster_square'),
(72, 'room17_poster_standing'),
(73, 'room18_poster_landscape'),
(74, 'room18_poster_square'),
(75, 'room18_poster_standing'),
(76, 'room19_poster_landscape'),
(77, 'room19_poster_square'),
(78, 'room19_poster_standing'),
(79, 'room20_poster_landscape'),
(80, 'room20_poster_square'),
(81, 'room21_poster_landscape'),
(82, 'room21_poster_square'),
(83, 'room21_poster_standing');