Set up core database structure to store user and application data

Initializes PostgreSQL database with tables for users, tasks, sessions, and AI interactions.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: ff0be73b-afdd-4747-978b-bb8301fb0a82
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/9777c70b-fc38-4831-8d6b-78dfffe041b0/7930aad1-3044-457e-b465-8c9b7c2af1b9.jpg
This commit is contained in:
ghaddaditw
2025-06-07 23:59:46 +00:00
parent 4ed5b6b687
commit b0b9600cf6
4 changed files with 913 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
modules = ["nodejs-20", "web"]
modules = ["nodejs-20", "web", "postgresql-16"]
run = "npm run dev"
hidden = [".config", ".git", "generated-icon.png", "node_modules", "dist"]