]> Untitled Git - lemmy.git/commit
Create new migration to add `creator_published` field to the `post_view` and `comment...
authorFilip785 <fdjuricic98@gmail.com>
Thu, 9 Jul 2020 15:19:30 +0000 (17:19 +0200)
committerFilip785 <fdjuricic98@gmail.com>
Thu, 9 Jul 2020 15:19:30 +0000 (17:19 +0200)
commit7c35fc546bb148047087db6ed95b1579bab08238
treec0955dacc2d54d7d267029bc6165d05770ba0f75
parent10a946cab3d40a30b2f9efc9d38a6a043eb25480
Create new migration to add `creator_published` field to the `post_view` and `comment_view`
server/migrations/2020-06-30-135809_remove_mat_views/up.sql
server/migrations/2020-07-08-202609_add_creator_published/down.sql [new file with mode: 0644]
server/migrations/2020-07-08-202609_add_creator_published/up.sql [new file with mode: 0644]
server/src/schema.rs
ui/src/utils.ts