* Refactored post history. Each post now has a single history record. This history record has multiple revisions, serialized as JSON in a text field.
This commit is contained in:
@@ -39,7 +39,7 @@ Danbooru::Application.routes.draw do
|
||||
end
|
||||
end
|
||||
resources :post_moderation_details
|
||||
resources :post_versions
|
||||
resources :post_histories
|
||||
resources :post_votes
|
||||
resources :reports
|
||||
resources :sessions
|
||||
|
||||
Reference in New Issue
Block a user