aboutsummaryrefslogtreecommitdiff
path: root/databases/elixir-ecto_migrate/files/patch-lib_ecto_migration_system__table.ex
blob: 3c5e1482526e3bfc54b73a4e945baaf63526f98e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/ecto/migration/system_table.ex.orig	2015-09-09 09:37:03 UTC
+++ lib/ecto/migration/system_table.ex
@@ -5,7 +5,7 @@ defmodule Ecto.Migration.SystemTable.Ind
       add :tablename, :string
       add :index, :string
       add :name, :string
-      add :concurrently
+      add :concurrently, :boolean
       add :unique, :boolean
       add :using, :string
     end