Skip to content

Commit

Permalink
remove create schema from python migration
Browse files Browse the repository at this point in the history
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
  • Loading branch information
rissson committed Mar 21, 2024
1 parent 1447b22 commit c69941b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions authentik/tenants/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,4 @@ class Migration(migrations.Migration):
},
),
migrations.RunPython(code=create_default_tenant, reverse_code=migrations.RunPython.noop),
migrations.RunSQL(
sql="CREATE SCHEMA IF NOT EXISTS template;",
reverse_sql="DROP SCHEMA IF EXISTS template;",
),
]

0 comments on commit c69941b

Please sign in to comment.