Files
database/migrations/archive/000.113.sql
T
Rikard BartholfandGitHub ddcbd0afb0 Archive old migrations (#426)
* Archive old migrations

* Fix invalid placement of migrations
2024-10-17 11:19:12 +02:00

27 lines
899 B
SQL

-- 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');