This website requires JavaScript.
Explore
Help
Register
Sign in
mdebray
/
tvl-depot
Watch
1
Star
0
Fork
You've already forked tvl-depot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
ff697ff792
tvl-depot
/
migrations
/
2018-04-08-161017_joinable_posts
/
up.sql
2 lines
53 B
MySQL
Raw
Normal View
History
Unescape
Escape
refactor(db): Establish Post->Thread association This makes it possible to query posts by thread via Diesel.
2018-04-08 18:27:15 +02:00
ALTER
TABLE
posts
RENAME
COLUMN
thread
TO
thread_id
;
Reference in a new issue
Copy permalink