forked from AkkomaGang/akkoma
Credo
This commit is contained in:
parent
16bdc2bcd0
commit
95e908e4e2
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ defp delete_group(group) 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…
Reference in a new issue