mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Commit missing migration
This commit is contained in:
14
wger/config/migrations/0003_delete_languageconfig.py
Normal file
14
wger/config/migrations/0003_delete_languageconfig.py
Normal file
@@ -0,0 +1,14 @@
|
||||
# Generated by Django 4.1.7 on 2023-03-24 15:40
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('config', '0002_auto_20190618_1617'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(name='LanguageConfig', ),
|
||||
]
|
||||
Reference in New Issue
Block a user