mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Allow the content_sha1 column of topic_embed to be nullable
This commit is contained in:
@@ -5,8 +5,6 @@ describe TopicEmbed do
|
||||
it { should belong_to :topic }
|
||||
it { should belong_to :post }
|
||||
it { should validate_presence_of :embed_url }
|
||||
it { should validate_presence_of :content_sha1 }
|
||||
|
||||
|
||||
context '.import' do
|
||||
|
||||
|
||||
Reference in New Issue
Block a user