feat: convert feature_flag to bigint [CW-2767] (#8350)

Co-authored-by: Sojan <sojan@pepalo.com>
This commit is contained in:
Shivam Mishra
2023-11-18 05:20:24 +05:30
committed by GitHub
parent 59ace66c6f
commit 5588d6e344
3 changed files with 12 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
# auto_resolve_duration :integer
# custom_attributes :jsonb
# domain :string(100)
# feature_flags :integer default(0), not null
# feature_flags :bigint default(0), not null
# limits :jsonb
# locale :integer default("en")
# name :string not null