Skip to content

rayjlim/game-collection

Repository files navigation

game-collection

to run the phpunit with npm watch, I had to
to change the default timeout from 300 to a large number
export COMPOSER_PROCESS_TIMEOUT=50000

how to migrate the sheets data to the db?


handle category: SWITCH EMULATED

SQL

# find duplicates
SELECT  id, fg_id, title
FROM gc_games
GROUP BY fg_url
HAVING COUNT(id) > 1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published