prmbr-image-mksaas/drizzle/meta/_journal.json
javayhu 2ba2eebbaa chore: update database schema and enhance authentication features
- Add `username` column to the `user` table and enforce uniqueness constraint.
- Introduce new SQL migration file for the `username` addition.
- Update `schema.ts` to reflect changes in the `user`, `session`, and `account` tables.
- Enhance authentication client by integrating `usernameClient` plugin for better user management.
- Adjust session management settings for improved caching and freshness.
- Refactor metadata generation in the home page for consistency.
2025-03-15 00:54:13 +08:00

27 lines
510 B
JSON

{
"version": "7",
"dialect": "postgresql",
"entries": [
{
"idx": 0,
"version": "7",
"when": 1740226999095,
"tag": "0000_secret_silver_centurion",
"breakpoints": true
},
{
"idx": 1,
"version": "7",
"when": 1740323860731,
"tag": "0001_shocking_wild_pack",
"breakpoints": true
},
{
"idx": 2,
"version": "7",
"when": 1741971106943,
"tag": "0002_talented_greymalkin",
"breakpoints": true
}
]
}