- 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.
27 lines
510 B
JSON
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
|
|
}
|
|
]
|
|
} |