Skip to content

Commit bd1bb38

Browse files
committed
Create V1_3__Add_Destroyer_hero.sql
1 parent b6587c6 commit bd1bb38

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
INSERT INTO hero_data.hero
2+
(name, description, debut_year, appearances, special_powers, cunning, strength, technology, created_at, updated_at)
3+
VALUES
4+
('Destroyer', 'Created by Odin, locked in temple, brought to life by Loki', 1965, 137, 15, 1, 19, 80, now(), now());

0 commit comments

Comments
 (0)