mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 17:52:45 +08:00
Add file extension column to TopicLinks.
This commit is contained in:
parent
5ff986129a
commit
4c22f3a0e2
@ -0,0 +1,5 @@
|
||||
class AddExtensionToTopicLinks < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :topic_links, :extension, :string, limit: 5
|
||||
end
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user