We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6587c6 commit bd1bb38Copy full SHA for bd1bb38
flyway/sql/V1_3__Add_Destroyer_hero.sql
@@ -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