mirror of
https://git.rape.pet/ulith/amputoma.git
synced 2025-02-24 13:43:59 +01:00
Credo
This commit is contained in:
parent
16bdc2bcd0
commit
95e908e4e2
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ defmodule Mix.Tasks.Pleroma.Config do
|
|||
end)
|
||||
end
|
||||
|
||||
defp truncatedb() do
|
||||
defp truncatedb do
|
||||
Ecto.Adapters.SQL.query!(Repo, "TRUNCATE config;")
|
||||
Ecto.Adapters.SQL.query!(Repo, "ALTER SEQUENCE config_id_seq RESTART;")
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue