-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename attribute to dataset_attribute of shorterm forecast data and u…
…pdate Diagram (#91) * Rename attribute to dataset_attribute of shorterm forecast data * Update database diagram
- Loading branch information
Showing
10 changed files
with
1,398 additions
and
325 deletions.
There are no files selected for viewing
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
22 changes: 22 additions & 0 deletions
22
django_project/gap/migrations/0007_alter_farmshorttermforecastdata_options_and_more.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,22 @@ | ||
# Generated by Django 4.2.7 on 2024-08-13 02:08 | ||
|
||
from django.db import migrations | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('gap', '0006_datasettype_variable_name'), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterModelOptions( | ||
name='farmshorttermforecastdata', | ||
options={'ordering': ['dataset_attribute', '-value_date']}, | ||
), | ||
migrations.RenameField( | ||
model_name='farmshorttermforecastdata', | ||
old_name='attribute', | ||
new_name='dataset_attribute', | ||
), | ||
] |
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
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
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
Binary file removed
BIN
-199 KB
docs/src/developer/diagram/ground-observations-database-design-1.png
Binary file not shown.
Binary file removed
BIN
-107 KB
docs/src/developer/diagram/ground-observations-database-design-2.png
Binary file not shown.
Binary file added
BIN
+1.05 MB
docs/src/developer/diagram/solution-design-app-0018-Database-GAP.drawio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+755 KB
docs/src/developer/diagram/solution-design-app-0018-Database-SPW.drawio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,685 changes: 1,368 additions & 317 deletions
1,685
docs/src/developer/diagram/solution-design-app-0018.drawio
Large diffs are not rendered by default.
Oops, something went wrong.