Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion supabase/seeds/smite2-gods.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
-- Generated by diese-tech/smite-content-sync for sal-database.
-- Review before merging. Production promotion requires a forward database release.
-- Uses placeholder Mage/magical metadata; review manually: Chronos
-- CONTRACT: {"name":"sal-gods","contractVersion":1,"schemaVersion":1,"source":{"repository":"diese-tech/smite-content-sync","commit":"e50d6fd983cac1c54ce37283fd47066edffc664e","dataUpdatedAt":"2026-08-17T13:52:49.417Z"},"generatedAt":"2026-08-17T13:52:50.004Z","unresolvedCount":2}
-- Uses placeholder Mage/magical metadata; review manually: Chronos, Ix Chel


insert into public.gods (id, name, class, god_class) values
Expand Down Expand Up @@ -49,6 +50,7 @@ insert into public.gods (id, name, class, god_class) values
('hua-mulan', 'Hua Mulan', 'Warrior', 'Physical'),
('hun-batz', 'Hun Batz', 'Assassin', 'Physical'),
('ishtar', 'Ishtar', 'Hunter', 'Physical'),
('ix-chel', 'Ix Chel', 'Mage', 'Magical'),
('izanami', 'Izanami', 'Hunter', 'Physical'),
('janus', 'Janus', 'Mage', 'Magical'),
('jing-wei', 'Jing Wei', 'Hunter', 'Physical'),
Expand Down
Loading