feat: move to native_model to allow for database upgrades

This commit is contained in:
DecDuck
2025-05-15 10:13:24 +10:00
parent 02edb2cbc1
commit 790e8c2afe
24 changed files with 298 additions and 365 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export type User = {
username: string;
admin: boolean;
displayName: string;
profilePicture: string;
profilePictureObjectId: string;
};
export type AppState = {