Initial commit: PastPaper Master full stack
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
4
backend/add_progress_columns.sql
Normal file
4
backend/add_progress_columns.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE papers
|
||||
ADD COLUMN IF NOT EXISTS processing_step text DEFAULT NULL,
|
||||
ADD COLUMN IF NOT EXISTS processing_progress integer DEFAULT 0,
|
||||
ADD COLUMN IF NOT EXISTS processing_total integer DEFAULT 0;
|
||||
Reference in New Issue
Block a user