-
Notifications
You must be signed in to change notification settings - Fork 274
feat: add user agreement about agree collect RTC data #851
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ooeyuna
approved these changes
Sep 9, 2024
Contributor
|
DDL(mysql): CREATE TABLE IF NOT EXISTS `user_agreement` (
`id` bigint NOT NULL AUTO_INCREMENT,
`user_uuid` varchar(40) NOT NULL,
`is_agree_collect_data` tinyint(1) NOT NULL DEFAULT '0',
`is_delete` tinyint NOT NULL DEFAULT '0',
`created_at` datetime(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3),
`updated_at` datetime(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3) ON UPDATE CURRENT_TIMESTAMP(3),
`version` int NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `user_agreement_user_uuid_uindex` (`user_uuid`),
KEY `user_agreement_is_delete_index` (`is_delete`, `user_uuid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci``` |
ooeyuna
added a commit
that referenced
this pull request
Sep 13, 2024
* chore(deps): bump fastify from 4.8.1 to 4.10.2 (#707) Bumps [fastify](https://github.com/fastify/fastify) from 4.8.1 to 4.10.2. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](fastify/fastify@v4.8.1...v4.10.2) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Revert "chore(deps): bump fastify from 4.8.1 to 4.10.2 (#707)" This reverts commit bfaf51f. * feat: add user agreement about agree collect RTC data (#851) * feat: add user agreement about agree collect RTC data * feat: add user agreement about agree collect RTC data * fix: modify about collect data by batch rtc_uuid (#852) * fix: modify about collect data by batch rtc_uuid (#853) * fix: fix when empty userUuids can not query IN (#854) * update: change request parameter (#855) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: siyu <chensiyi@agora.io> Co-authored-by: hqer927 <41457198+hqer927@users.noreply.github.com>
ooeyuna
pushed a commit
that referenced
this pull request
Jan 20, 2025
* chore(deps): bump fastify from 4.8.1 to 4.10.2 (#707) Bumps [fastify](https://github.com/fastify/fastify) from 4.8.1 to 4.10.2. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](fastify/fastify@v4.8.1...v4.10.2) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Revert "chore(deps): bump fastify from 4.8.1 to 4.10.2 (#707)" This reverts commit bfaf51f. * feat: add user agreement about agree collect RTC data (#851) * feat: add user agreement about agree collect RTC data * feat: add user agreement about agree collect RTC data * fix: modify about collect data by batch rtc_uuid (#852) * fix: modify about collect data by batch rtc_uuid (#853) * fix: fix when empty userUuids can not query IN (#854) * update: change request parameter * update: change request parameter (#855) * feat: add RoomType.AIClass * feat: add RoomType.AIClass (#862) * update: change request parameter * feat: add RoomType.AIClass * Revert "feat: add RoomType.AIClass (#862)" This reverts commit 167ad91. * feat: room table add `is_ai` column * feat: room table add `is_ai` column (#863) * fix: isAI is non-required * fix: isAI is non-required * feat: add grade from Use ratings for flat AI room * Revert "feat: add grade from Use ratings for flat AI room" * feat: add grade from Use ratings for flat AI room * feat: add timber_type and config product AI server * feat: add timber_type and config product AI server (#867) * fix: update ai server api result format * fix: update ai server api result format & extend room list api about isAI key (#868) * feat: add timber_type and config product AI server * fix: update ai server api result format * fix: fix Status import path * fix: fix ai server processing bug --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: siyu <chensiyi@agora.io>
ooeyuna
pushed a commit
that referenced
this pull request
Mar 26, 2025
* chore(deps): bump fastify from 4.8.1 to 4.10.2 (#707) Bumps [fastify](https://github.com/fastify/fastify) from 4.8.1 to 4.10.2. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](fastify/fastify@v4.8.1...v4.10.2) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Revert "chore(deps): bump fastify from 4.8.1 to 4.10.2 (#707)" This reverts commit bfaf51f. * feat: add user agreement about agree collect RTC data (#851) * feat: add user agreement about agree collect RTC data * feat: add user agreement about agree collect RTC data * fix: modify about collect data by batch rtc_uuid (#852) * fix: modify about collect data by batch rtc_uuid (#853) * fix: fix when empty userUuids can not query IN (#854) * update: change request parameter * update: change request parameter (#855) * feat: add RoomType.AIClass * feat: add RoomType.AIClass (#862) * update: change request parameter * feat: add RoomType.AIClass * Revert "feat: add RoomType.AIClass (#862)" This reverts commit 167ad91. * feat: room table add `is_ai` column * feat: room table add `is_ai` column (#863) * fix: isAI is non-required * fix: isAI is non-required * feat: add grade from Use ratings for flat AI room * Revert "feat: add grade from Use ratings for flat AI room" * feat: add grade from Use ratings for flat AI room * feat: add timber_type and config product AI server * feat: add timber_type and config product AI server (#867) * fix: update ai server api result format * fix: update ai server api result format & extend room list api about isAI key (#868) * feat: add timber_type and config product AI server * fix: update ai server api result format * fix: fix Status import path * fix: fix ai server processing bug --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: siyu <chensiyi@agora.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.