feat(db): add feature flags schema for beta feature testing

Add feature_flags and feature_flag_access tables to support controlled
beta testing of new features in production without a separate test environment.
This commit is contained in:
syntaxbullet
2026-02-12 14:41:12 +01:00
parent 73ad889018
commit 64804f7066
5 changed files with 1287 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -22,6 +22,13 @@
"when": 1767716705797,
"tag": "0002_fancy_forge",
"breakpoints": true
},
{
"idx": 3,
"version": "7",
"when": 1770903573324,
"tag": "0003_new_senator_kelly",
"breakpoints": true
}
]
}