Skip to content
Leah Lee edited this page Sep 17, 2020 · 1 revision

Welcome to the FallGuyStats-Api wiki!

Troubleshooting

If you get an error saying that table "Episodes" already exists, open your db in DB Browser, run this sql command:

INSERT INTO __EFMigrationsHistory ('MigrationId', 'ProductVersion')
VALUES ('20200904162026_InitialMigration', '3.1.7')

Then hit the write changes button next to the open database button. I'm working with migrations from here on so this should only be a problem for very early users.

Clone this wiki locally