Skip to content

Commit

Permalink
General: Migration for model change
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Puerto committed Jan 14, 2025
1 parent d4ad301 commit 44b4f46
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Generated by Django 4.2.17 on 2025-01-14 19:24

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
(
"user_workspaces_server",
"0017_sharedworkspacemapping_datetime_share_created",
),
]

operations = [
migrations.AlterField(
model_name="sharedworkspacemapping",
name="datetime_share_created",
field=models.DateTimeField(null=True),
),
]

0 comments on commit 44b4f46

Please sign in to comment.