Skip to content

Commit

Permalink
Migration moving (#67)
Browse files Browse the repository at this point in the history
Changing the isacc to reference the package instead. Requirements.txt will work when we update the fhir-migration package at main
  • Loading branch information
Filienko authored Jun 25, 2024
1 parent c2c25c0 commit c18a03b
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 1,096 deletions.
3 changes: 1 addition & 2 deletions isacc_messaging/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
import os
from werkzeug.middleware.proxy_fix import ProxyFix

from fhir_migrations import commands as migration_commands
from isacc_messaging.api import views
from isacc_messaging.audit import audit_entry, audit_log_init
from isacc_messaging.extensions import oauth
from migrations import commands as migration_commands


def create_app(testing=False, cli=False):
"""Application factory, used to create application
Expand Down
44 changes: 0 additions & 44 deletions migrations/commands.py

This file was deleted.

97 changes: 0 additions & 97 deletions migrations/example/ReadME.md

This file was deleted.

57 changes: 0 additions & 57 deletions migrations/example/versions/add_identifier.py

This file was deleted.

52 changes: 0 additions & 52 deletions migrations/example/versions/create_patient.py

This file was deleted.

Loading

0 comments on commit c18a03b

Please sign in to comment.