mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(portal): Drop unused table configurations (#8881)
This was left behind in a large refactor as part of #3642 and was never cleaned up. I verified on prod this table in fact has no meaningful data in it and has not changed since that PR was merged.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
defmodule Domain.Repo.Migrations.DropConfigurations do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
drop(table(:configurations))
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user