We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Breakdown of feature flag system in: #2235
feature_flags
endpoints
uuid
name
description
enabled
path
feature_flag_uuid
feature_flags.uuid
The text was updated successfully, but these errors were encountered:
@tobi-bams @humansinstitute assign me?
Sorry, something went wrong.
@tobi-bams @humansinstitute please assign me
@tobi-bams I can help?
@tobi-bams @humansinstitute assign me
Successfully merging a pull request may close this issue.
Breakdown of feature flag system in: #2235
Create Feature Flag Database Schema
feature_flags
andendpoints
.feature_flags
table:uuid
(UUID, Primary Key)name
(String, Unique, Not Null)description
(Text)enabled
(Boolean, Default: false)endpoints
table:uuid
(UUID, Primary Key)path
(String, Not Null)feature_flag_uuid
(Foreign Key, Referencesfeature_flags.uuid
)The text was updated successfully, but these errors were encountered: