added profile_game table
This commit is contained in:
13
sqitch/verify/profile-game.sql
Normal file
13
sqitch/verify/profile-game.sql
Normal file
@@ -0,0 +1,13 @@
|
||||
-- Verify leetify-data:profile-game on pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- XXX Add verifications here.
|
||||
SELECT leetifyUserId, ctLeetifyRating, ctLeetifyRatingRounds, dataSource, elo,
|
||||
gameFinishedAt, gameId, isCs2, mapName, matchResult, scores, skillLevel,
|
||||
tLeetifyRating, tLeetifyRatingRounds, deaths, hasBannedPlayer,
|
||||
kills, partySize
|
||||
FROM data.profile_game
|
||||
WHERE FALSE;
|
||||
|
||||
ROLLBACK;
|
||||
Reference in New Issue
Block a user