Skip to content

Commit

Permalink
Fix migration syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Jan 13, 2024
1 parent eb152dc commit bc15431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/20240112_01_Njk7j-create-initial-tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ CREATE TABLE job_dead (
job_id INTEGER PRIMARY KEY,
buried_at TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT now(),
job_type TEXT NOT NULL,
job_object TEXT NOT NULL
job_object TEXT NOT NULL,
data JSON NOT NULL
);

0 comments on commit bc15431

Please sign in to comment.