Add following and followers
This commit is contained in:
parent
f8bedff913
commit
0b88881934
8 changed files with 261 additions and 4 deletions
|
@ -9,6 +9,7 @@ defmodule Nulla.Repo.Migrations.CreateInstanceSettings do
|
|||
add :registration, :boolean, default: false, null: false
|
||||
add :max_characters, :integer, default: 5000, null: false
|
||||
add :max_upload_size, :integer, default: 50, null: false
|
||||
add :offset, :integer, default: 100, null: false
|
||||
add :public_key, :string
|
||||
add :private_key, :string
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue