mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2026-01-02 18:47:11 -05:00
feat: Implement initial schema and add various API, service, and management command enhancements across the application.
This commit is contained in:
@@ -47,9 +47,7 @@ class Migration(migrations.Migration):
|
||||
),
|
||||
(
|
||||
"changes",
|
||||
models.JSONField(
|
||||
help_text="JSON representation of the changes or new object data"
|
||||
),
|
||||
models.JSONField(help_text="JSON representation of the changes or new object data"),
|
||||
),
|
||||
(
|
||||
"moderator_changes",
|
||||
@@ -150,9 +148,7 @@ class Migration(migrations.Migration):
|
||||
),
|
||||
(
|
||||
"changes",
|
||||
models.JSONField(
|
||||
help_text="JSON representation of the changes or new object data"
|
||||
),
|
||||
models.JSONField(help_text="JSON representation of the changes or new object data"),
|
||||
),
|
||||
(
|
||||
"moderator_changes",
|
||||
|
||||
Reference in New Issue
Block a user