1
0
mirror of https://github.com/bitwarden/server synced 2026-02-26 09:23:28 +00:00
Commit Graph

3 Commits

Author SHA1 Message Date
Matt Gibson
2b4430eef7 sql fixups
- prefer non-keyword column name
- i16 corresponds to smallint, not u8
- column name typo in batch read
2025-11-20 15:24:58 -08:00
Matt Gibson
e559c1b046 Add initial table migrations
Note, there is a name change here relative to AKD. They use a `Users` table with username. However, that will be odd in our design, where we expect to store multiple values per user. Therefore, we generalize to `Values` and `raw_label`
2025-11-20 15:24:22 -08:00
Matt Gibson
37cd1a36df Expect migrations from users of ms_database crate. scaffold akd storage 2025-11-20 15:24:17 -08:00