Commit 86c6395
marcselman
Remove automatic session table creation and require manual setup
Removes `createTableIfMissing: true` from the session store configuration in `server/index.ts`, as it fails in production builds. A comment is added to instruct users to manually create the session table in their production database.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9b278ad5-3a45-420e-ba83-0847baf9924f
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 42787dab-c86b-4a95-8010-0e13c9ce9997
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/04133160-d2cd-42c9-82f0-4e08d800b951/9b278ad5-3a45-420e-ba83-0847baf9924f/i2DbLrq
Replit-Helium-Checkpoint-Created: true1 parent 23c08a9 commit 86c6395
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
35 | 40 | | |
36 | 41 | | |
37 | 42 | | |
| |||
0 commit comments