diff options
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/preview_card.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/preview_card.rb b/app/models/preview_card.rb index e2bf65d94..5baddba8a 100644 --- a/app/models/preview_card.rb +++ b/app/models/preview_card.rb @@ -21,6 +21,7 @@ # height :integer default(0), not null # created_at :datetime not null # updated_at :datetime not null +# embed_url :string default(""), not null # class PreviewCard < ApplicationRecord |