tvl-depot/migrations
Vincent Ambo 2159c76ca7 feat(migrations): Adds a migration to create a users table
As a first step of getting the concept of users into the database,
this creates a (somewhat involved) migration that moves all existing
"users" into a new users table and updates the post table to reference
it.

This migration is not yet finalised and still needs to be updated with
something to handle the concept of anonymous users (which I want to
keep around).
2018-05-02 00:33:46 +02:00
..
00000000000000_diesel_initial_setup feat(migrations): Add posts & threads tables 2018-04-08 15:48:56 +02:00
2018-04-08-133240_create_posts feat(migrations): Add posts & threads tables 2018-04-08 15:48:56 +02:00
2018-04-08-161017_joinable_posts refactor(db): Establish Post->Thread association 2018-04-08 18:30:01 +02:00
2018-04-08-172739_default_posted feat(migrations): Default 'posted' columns to NOW() 2018-04-08 19:29:56 +02:00
2018-04-08-182319_add_authors feat(migrations): Add author columns to tables 2018-04-08 20:27:22 +02:00
2018-04-14-140818_posts_only_in_posts feat(migrations): Drop 'body' column from threads 2018-04-14 16:33:15 +02:00
2018-04-14-153202_add_stickies_improve_index feat(db): Add support for stickies in database 2018-04-14 17:47:31 +02:00
2018-04-14-170750_search-index fix(migrations): Change weighting of title vs. body 2018-04-14 22:21:55 +02:00
2018-05-01-141548_add-users feat(migrations): Adds a migration to create a users table 2018-05-02 00:33:46 +02:00
.gitkeep feat(migrations): Add posts & threads tables 2018-04-08 15:48:56 +02:00