Skip to content

Commit

Permalink
Fix doctor warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanppl committed Mar 12, 2025
1 parent 238451c commit 2e8d8b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/playground/migration_helper.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ defmodule Playground.MigrationHelper do
@doc """
Creates a trigger to insert to delete records
"""
@spec create_delete_trigger(binary()) :: :ok
def create_delete_trigger(table_name) do
trigger_name = "trigger_" <> String.replace(table_name, ".", "_") <> "_delete"

Expand Down

0 comments on commit 2e8d8b6

Please sign in to comment.