Skip to content

Commit

Permalink
Merge pull request #192 from QCDIS/190-admin-interface-is-broken-in-v…
Browse files Browse the repository at this point in the history
…1010-beta

add migrations for keycloakauth removal
  • Loading branch information
gpelouze authored Nov 30, 2023
2 parents b21b657 + 4c3fea2 commit 6398728
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions vreapis/virtual_labs/migrations/0006_delete_keycloakauth.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Generated by Django 4.2.7 on 2023-11-30 09:55

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('virtual_labs', '0005_virtuallabinstance'),
]

operations = [
migrations.DeleteModel(
name='KeyCloakAuth',
),
]

0 comments on commit 6398728

Please sign in to comment.