Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User description
PR Type
Documentation, Enhancement
Description
README.md
のセットアップ手順を更新し、古いv1 APIの記述を削除しました。また、権限エラーに関するトラブルシューティングを追加しました。games
テーブルに新しいカラムlatest_version_updated_at
を追加しました。src/README.md
のリンクを更新し、不要な空行を削除しました。Changes walkthrough 📝
19 files
README.md
Update setup instructions and remove outdated v1 API notes
README.md
go install
command to use the latest version.README.md
Update version number for `games` table
docs/db_schema/README.md
games
table.access_tokens.md
Rename unique key for `access_token` in schema
docs/db_schema/access_tokens.md
access_token
.editions.md
Rename unique key for `name` in `editions` table
docs/db_schema/editions.md
name
.game_file_types.md
Rename unique key for `name` in `game_file_types` table
docs/db_schema/game_file_types.md
name
.game_genre_relations.md
Add new foreign key constraints in `game_genre_relations`
docs/db_schema/game_genre_relations.md
genre_id
andgame_id
.game_genres.md
Rename unique key for `name` in `game_genres` table
docs/db_schema/game_genres.md
name
.game_image_types.md
Rename unique key for `name` in `game_image_types` table
docs/db_schema/game_image_types.md
name
.game_management_role_types.md
Rename unique key for `name` in `game_management_role_types` table
docs/db_schema/game_management_role_types.md
name
.game_urls.md
Rename unique key for `game_version_id` in `game_urls` table
docs/db_schema/game_urls.md
game_version_id
.game_video_types.md
Rename unique key for `name` in `game_video_types` table
docs/db_schema/game_video_types.md
name
.game_visibility_types.md
Rename unique key for `name` in `game_visibility_types` table
docs/db_schema/game_visibility_types.md
name
.games.md
Add `latest_version_updated_at` column to `games` table
docs/db_schema/games.md
latest_version_updated_at
with default value.launcher_sessions.md
Rename unique key for `access_token` in `launcher_sessions` table
docs/db_schema/launcher_sessions.md
access_token
.launcher_users.md
Rename unique key for `product_key` in `launcher_users` table
docs/db_schema/launcher_users.md
product_key
.launcher_versions.md
Rename unique key for `name` in `launcher_versions` table
docs/db_schema/launcher_versions.md
name
.product_key_statuses.md
Rename unique key for `name` in `product_key_statuses` table
docs/db_schema/product_key_statuses.md
name
.product_keys.md
Rename unique key for `product_key` in `product_keys` table
docs/db_schema/product_keys.md
product_key
.README.md
Update links and clean up `src/README.md`
src/README.md
repository
andhandler
sections.