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 cd90b7a5c0
commit 179754a170
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 = {