Skip to content

Commit

Permalink
Allow source material to be associated with multiple incidents
Browse files Browse the repository at this point in the history
  • Loading branch information
milesmcc committed Jul 22, 2024
1 parent f4189d4 commit 527cd00
Show file tree
Hide file tree
Showing 26 changed files with 455 additions and 266 deletions.
4 changes: 3 additions & 1 deletion platform/config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ config :platform, Platform.Repo,
config :platform, PlatformWeb.Endpoint,
http: [ip: {127, 0, 0, 1}, port: 4002],
secret_key_base: "wCtlJDRdK1Mavb6QCIjxx0yX2qSVW1R6PctHeLgQjBKqQT6rW3UbaoRjl2Vzkt1C",
server: false
server: false,
debug_errors: true,
check_origin: false

# In test we don't send emails.
config :platform, Platform.Mailer, adapter: Swoosh.Adapters.Test
Expand Down
97 changes: 0 additions & 97 deletions platform/lib/platform/data_migrations/media_versions_migrator.ex

This file was deleted.

Loading

0 comments on commit 527cd00

Please sign in to comment.