just init database
All checks were successful
Build and Publish / build-release (push) Successful in 1m30s
All checks were successful
Build and Publish / build-release (push) Successful in 1m30s
This commit is contained in:
@@ -32,7 +32,6 @@ defmodule CustomerService.Release do
|
|||||||
def init_event_store do
|
def init_event_store do
|
||||||
config = CustomerService.EventStore.config()
|
config = CustomerService.EventStore.config()
|
||||||
|
|
||||||
:ok = EventStore.Tasks.Create.exec(config, [])
|
|
||||||
:ok = EventStore.Tasks.Init.exec(config, [])
|
:ok = EventStore.Tasks.Init.exec(config, [])
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user