Add keys to instance_settings
This commit is contained in:
parent
da4cdc612a
commit
f3c35e8e55
5 changed files with 52 additions and 10 deletions
|
@ -3,7 +3,7 @@ defmodule Nulla.Repo.Migrations.CreateNotes do
|
|||
|
||||
def change do
|
||||
create table(:notes) do
|
||||
add :content, :string
|
||||
add :content, :text
|
||||
add :visibility, :string, default: "public"
|
||||
add :sensitive, :boolean, default: false
|
||||
add :language, :string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue