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 c9b6083 commit fa04ae9Copy full SHA for fa04ae9
2 files changed
hasura/migrations/default/1764942921271_reverse_player_flashes/down.sql
@@ -0,0 +1,3 @@
1
+UPDATE player_flashes
2
+SET attacker_steam_id = attacked_steam_id,
3
+ attacked_steam_id = attacker_steam_id;
hasura/migrations/default/1764942921271_reverse_player_flashes/up.sql
0 commit comments