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
+25
View File
@@ -0,0 +1,25 @@
-- P5-3979 Add interior images room 26-32
INSERT INTO rooms (id, name) VALUES
(95, 'room26_poster_landscape'),
(96, 'room26_poster_square'),
(97, 'room26_poster_standing'),
(98, 'room27_poster_landscape'),
(99, 'room27_poster_square'),
(100, 'room27_poster_standing'),
(101, 'room28_poster_landscape'),
(102, 'room28_poster_square'),
(103, 'room28_poster_standing'),
(104, 'room29_poster_landscape'),
(105, 'room29_poster_square'),
(106, 'room29_poster_standing'),
(107, 'room30_poster_landscape'),
(108, 'room30_poster_square'),
(109, 'room30_poster_standing'),
(110, 'room31_poster_landscape'),
(111, 'room31_poster_square'),
(112, 'room31_poster_standing'),
(113, 'room32_poster_landscape'),
(114, 'room32_poster_square'),
(115, 'room32_poster_standing');