Bug fix
This commit is contained in:
parent
38b6252f75
commit
d03efaa7a1
|
@ -3,7 +3,7 @@ module CreateTableGroups
|
|||
import SearchLight.Migrations: create_table, column, primary_key, add_index, drop_table
|
||||
|
||||
include("../../lib/DatabaseSupport.jl")
|
||||
import .DatabaseSupport: add_foreign_key, add_index
|
||||
import .DatabaseSupport: add_foreign_key
|
||||
|
||||
function up()
|
||||
create_table(:groups) do
|
||||
|
|
|
@ -4,7 +4,7 @@ import SearchLight.Migrations: create_table, column, primary_key, add_index, dro
|
|||
|
||||
include("../../lib/DatabaseSupport.jl")
|
||||
using .DatabaseSupport
|
||||
import .DatabaseSupport: add_foreign_key, add_index, set_default
|
||||
import .DatabaseSupport: add_foreign_key, set_default
|
||||
|
||||
function up()
|
||||
create_table(:groups_requests) do
|
||||
|
|
Loading…
Reference in New Issue