mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 15:54:48 -05:00
FIX: Rails has bugs when a has_one has no id column :(
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddIdToSharedDrafts < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
add_column :shared_drafts, :id, :primary_key
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user