forked from AkkomaGang/akkoma
restart config id after truncate
This commit is contained in:
parent
4344c5d5b9
commit
e8e57e398f
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ def migrate_to_db(file_path \\ nil) do
|
||||||
defp do_migrate_to_db(config_file) do
|
defp do_migrate_to_db(config_file) do
|
||||||
if File.exists?(config_file) do
|
if File.exists?(config_file) do
|
||||||
Ecto.Adapters.SQL.query!(Repo, "TRUNCATE config;")
|
Ecto.Adapters.SQL.query!(Repo, "TRUNCATE config;")
|
||||||
|
Ecto.Adapters.SQL.query!(Repo, "ALTER SEQUENCE config_id_seq RESTART;")
|
||||||
|
|
||||||
custom_config =
|
custom_config =
|
||||||
config_file
|
config_file
|
||||||
|
|
Loading…
Reference in a new issue