Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Jan 28, 2024
1 parent ee12f7e commit d792574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/20240112_create-initial-tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ CREATE TABLE forum_category_progress (
last_post_id INTEGER
);

-- TODO create forum_thread, forum_post, and forum_post_revision columns
-- TODO create forum_thread, forum_post, and forum_post_revision tables

CREATE TABLE job (
job_id SERIAL PRIMARY KEY,
Expand Down

0 comments on commit d792574

Please sign in to comment.