collab: Allow enabling feature flags for all users (#16372)
This PR adds a new `enabled_for_all` column to the `feature_flags` table to allow enabling a feature flag for all users. Release Notes: - N/A
This commit is contained in:
parent
2180dbdb50
commit
35cd397a40
5 changed files with 34 additions and 13 deletions
|
@ -0,0 +1 @@
|
|||
alter table feature_flags add column enabled_for_all boolean not null default false;
|
Loading…
Add table
Add a link
Reference in a new issue