Add auto-generated account numbers and member numbers

6-digit random numbers generated on create, unique per company. Member
number column added to member table. Both displayed in UI tables.
This commit is contained in:
Ryan Moon
2026-03-28 09:15:27 -05:00
parent 572af05a3f
commit 8ea3b8dffb
6 changed files with 50 additions and 2 deletions

View File

@@ -64,6 +64,13 @@
"when": 1774702800000,
"tag": "0008_member_primary_account",
"breakpoints": true
},
{
"idx": 9,
"version": "7",
"when": 1774703400000,
"tag": "0009_member_number",
"breakpoints": true
}
]
}