Skip to content

Commit 09e0233

Browse files
committed
fix filenames so they are recognized by flyway
1 parent 70cc744 commit 09e0233

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
INSERT INTO planet_type (planet_type_id, planet_type_name, planet_type_description, planet_image_link, planet_max_attackers, planet_max_landed) VALUES
2-
(4,
3-
'Defense World',
4-
'A fully armed and operational battle station loaded with excessive firepower. Attack at your own risk.',
5-
'images/planet4.png',
6-
'10',
7-
'0');
8-
9-
INSERT INTO planet_type_has_section (planet_type_id, planet_section) VALUES
10-
('4', 'CONSTRUCTION'),
11-
('4', 'DEFENSE'),
12-
('4', 'FINANCE'),
13-
('4', 'STOCKPILE'),
14-
('4', 'OWNERSHIP');
15-
16-
INSERT INTO planet_can_build (planet_type_id, construction_id, max_amount, cost_time, cost_credit, exp_gain) VALUES
17-
('4', '1', '800', '2700', '500', '9'),
18-
('4', '2', '3500', '5400', '500', '18'),
19-
('4', '3', '550', '18200', '5000', '54'),
20-
('4', '4', '500', '2500', '250', '9');
1+
INSERT INTO planet_type (planet_type_id, planet_type_name, planet_type_description, planet_image_link, planet_max_attackers, planet_max_landed) VALUES
2+
(4,
3+
'Defense World',
4+
'A fully armed and operational battle station loaded with excessive firepower. Attack at your own risk.',
5+
'images/planet4.png',
6+
'10',
7+
'0');
8+
9+
INSERT INTO planet_type_has_section (planet_type_id, planet_section) VALUES
10+
('4', 'CONSTRUCTION'),
11+
('4', 'DEFENSE'),
12+
('4', 'FINANCE'),
13+
('4', 'STOCKPILE'),
14+
('4', 'OWNERSHIP');
15+
16+
INSERT INTO planet_can_build (planet_type_id, construction_id, max_amount, cost_time, cost_credit, exp_gain) VALUES
17+
('4', '1', '800', '2700', '500', '9'),
18+
('4', '2', '3500', '5400', '500', '18'),
19+
('4', '3', '550', '18200', '5000', '54'),
20+
('4', '4', '500', '2500', '250', '9');

0 commit comments

Comments
 (0)