NotParcel/migrations/990_test_user.sql
2024-12-30 11:37:46 -07:00

5 lines
147 B
SQL

-- Insert a user
INSERT INTO users (robloxId, discordId, pairingCode, discordDisplayName)
VALUES (25226480, 289884287765839882, NULL, 'Chris C');