mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
Add ID/URI to collection items (#37842)
This commit is contained in:
7
db/migrate/20260212113020_add_uri_to_collection_items.rb
Normal file
7
db/migrate/20260212113020_add_uri_to_collection_items.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class AddUriToCollectionItems < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_column :collection_items, :uri, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user