From 1dcce2b139c747b30d8465abb4d37bae223f0cd4 Mon Sep 17 00:00:00 2001 From: a-ill Date: Tue, 1 Aug 2023 16:19:35 +0300 Subject: [PATCH] Update 2022026611846571_create_table_coops_requests.jl --- .../migrations/2022026611846571_create_table_coops_requests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/db/migrations/2022026611846571_create_table_coops_requests.jl b/Server/db/migrations/2022026611846571_create_table_coops_requests.jl index 414672d..db31df3 100644 --- a/Server/db/migrations/2022026611846571_create_table_coops_requests.jl +++ b/Server/db/migrations/2022026611846571_create_table_coops_requests.jl @@ -1,4 +1,4 @@ -module CreateTableGroupsRequests +module CreateTableCoopsRequests import SearchLight.Migrations: create_table, column, primary_key, add_index, drop_table