feat: implement community Q&A, scraper, and dynamic bus routes display without secrets

This commit is contained in:
Shanmuga Krishnan S M
2026-07-23 00:08:44 +05:30
parent 9b991e718a
commit a3627da32f
28 changed files with 4256 additions and 162 deletions

View File

@@ -3,7 +3,7 @@
-- 1. Notes & PYQs Module Table
CREATE TABLE IF NOT EXISTS notes_pyqs (
id SERIAL PRIMARY KEY,
id BIGSERIAL PRIMARY KEY,
title VARCHAR(255) NOT NULL,
subject VARCHAR(250) NOT NULL,
department VARCHAR(250) NOT NULL,