Enforce referential integrity by linking application tables to the auth user table across both PostgreSQL and SQLite schemas. - Add foreign key references with ON DELETE CASCADE to all user-owned tables. - Re-generate initial migrations for Postgres and SQLite providers. - Update migration script to ensure the SQLite database directory exists. - Remove explicit SSL configuration from the PostgreSQL connection pool.
13 lines
No EOL
206 B
JSON
13 lines
No EOL
206 B
JSON
{
|
|
"version": "7",
|
|
"dialect": "sqlite",
|
|
"entries": [
|
|
{
|
|
"idx": 0,
|
|
"version": "6",
|
|
"when": 1771185356176,
|
|
"tag": "0000_furry_dragon_man",
|
|
"breakpoints": true
|
|
}
|
|
]
|
|
} |