- Rewrite schema.ts from sqlite-core to pg-core (pgTable, serial, timestamp, doublePrecision) - Add users table with id, logtoSub (unique), createdAt - Add userId FK column to items, categories, threads, setups, apiKeys, oauthTokens - Add composite unique constraint on categories(userId, name) - Change settings PK to composite (userId, key) - Remove global Uncategorized seed from seed.ts (now per-user lazy) - Generate Drizzle pg migration
13 lines
209 B
JSON
13 lines
209 B
JSON
{
|
|
"version": "7",
|
|
"dialect": "postgresql",
|
|
"entries": [
|
|
{
|
|
"idx": 0,
|
|
"version": "7",
|
|
"when": 1775377947759,
|
|
"tag": "0000_thankful_loners",
|
|
"breakpoints": true
|
|
}
|
|
]
|
|
} |