316036b0a8
This makes it possible to query posts by thread via Diesel.
1 line
53 B
SQL
1 line
53 B
SQL
ALTER TABLE posts RENAME COLUMN thread_id TO thread;
|