Page MenuHomePhorge

20181214121049_add_bookmarks_to_users.exs
No OneTemporary

Size
366 B
Referenced Files
None
Subscribers
None

20181214121049_add_bookmarks_to_users.exs

# Pleroma: A lightweight social networking server
# Copyright © 2017-2022 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Repo.Migrations.AddBookmarksToUsers do
use Ecto.Migration
def change do
alter table(:users) do
add(:bookmarks, {:array, :string}, null: false, default: [])
end
end
end

File Metadata

Mime Type
text/x-ruby
Expires
Tue, Jan 20, 9:25 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
971842
Default Alt Text
20181214121049_add_bookmarks_to_users.exs (366 B)

Event Timeline