Progress
added composer query string functionality for url, text. fixed issue with no user in base_controller, cleaned up video component, albums starting
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class AddCountToMediaAttachmentAlbums < ActiveRecord::Migration[5.2]
|
||||
disable_ddl_transaction!
|
||||
|
||||
def change
|
||||
safety_assured { add_column :media_attachment_albums, :count, :integer, null: false, default: 0 }
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user