We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef62b65 commit a9d12e5Copy full SHA for a9d12e5
lib/error_tracker/migration/mysql/v04.ex
@@ -5,7 +5,7 @@ defmodule ErrorTracker.Migration.MySQL.V04 do
5
6
def up(_opts) do
7
alter table(:error_tracker_occurrences) do
8
- add :bread_crumbs, {:array, :string}, default: [], null: false
+ add :bread_crumbs, :json, null: true
9
end
10
11
0 commit comments