-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #469 from NASA-IMPACT/455-update-treeroots-to-only…
…-contain-the-divisionname-of-the-collection Update treeroots to only contain the division/name of the collection
- Loading branch information
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
sde_collections/migrations/0034_rename_tree_root_collection_tree_root_deprecated.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Generated by Django 4.2.6 on 2023-10-18 15:35 | ||
|
||
from django.db import migrations | ||
|
||
|
||
class Migration(migrations.Migration): | ||
dependencies = [ | ||
("sde_collections", "0033_alter_collection_config_folder"), | ||
] | ||
|
||
operations = [ | ||
migrations.RenameField( | ||
model_name="collection", | ||
old_name="tree_root", | ||
new_name="tree_root_deprecated", | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters