Initial commit (Clean history)
This commit is contained in:
16
app/migrations/0091_delete_workspace.py
Normal file
16
app/migrations/0091_delete_workspace.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# Generated by Django 5.1.7 on 2025-06-03 14:25
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('app', '0090_alter_workspace_group_unique_together_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='Workspace',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user