Skip to content

Commit

Permalink
Redo drupal node id migrations to avoid conflict with previous merge
Browse files Browse the repository at this point in the history
Both this branch and a previous branch that I merged in added a 0024
migration, so Django didn't know which to apply. Delete the 0024
migration from this branch and regenerate it following the 0024
migration that was merged in.
  • Loading branch information
amstilp committed Jul 9, 2024
1 parent da32f81 commit 328d005
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by Django 4.2.11 on 2024-05-08 15:45
# Generated by Django 4.2.13 on 2024-07-09 22:25

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('gregor_anvil', '0023_resourceworkspace_add_brief_description'),
('gregor_anvil', '0024_member_upload_groups'),
]

operations = [
Expand Down

0 comments on commit 328d005

Please sign in to comment.