Folo/apps/mobile/src/database
Innei 28a6a5d5d3
fix: add email verification to users table and update related migrations
- Added `email_verified` column to the `users` table in the SQL migration.
- Updated migration imports to include the new migration for `0019_wonderful_shape`.
- Modified the user schema to include `emailVerified` field.
- Updated user handling in the store to manage the new `emailVerified` property.

Signed-off-by: Innei <tukon479@gmail.com>
2025-03-28 17:25:17 +08:00
..
schemas fix: add email verification to users table and update related migrations 2025-03-28 17:25:17 +08:00
index.ts feat: add entry list 2025-01-22 13:06:25 +08:00