Skip to content
This repository was archived by the owner on Sep 18, 2021. It is now read-only.

Commit 604cd40

Browse files
committed
text for code migration
1 parent edcebab commit 604cd40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/lambdex_server/priv/repo/migrations/20181124050106_create_lambdas.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule LambdexServer.Repo.Migrations.CreateLambdas do
66
add :id, :binary_id, primary_key: true
77
add :path, :string
88
add :params, :map
9-
add :code, :string
9+
add :code, :text
1010
add :enabled, :boolean, default: true, null: false
1111
add :user_id, references(:users, on_delete: :nothing, type: :binary_id)
1212

0 commit comments

Comments
 (0)