-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description of Changes Renaming old migration files to follow new naming schema and adding messages where they are missing. ## Tests and linting - [x] This branch is up-to-date with the `develop` branch. - [x] `pytest` passes on my local development environment. - [x] `pre-commit` passes on my local development environment.
- Loading branch information
1 parent
d592a1f
commit 9c2cea0
Showing
32 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...ight/migrations/versions/114919b27a9f_.py → ...10-0512_114919b27a9f_initial_migration.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
"""empty message | ||
"""initial migration | ||
Revision ID: 114919b27a9f | ||
Revises: | ||
|
2 changes: 1 addition & 1 deletion
2
...ight/migrations/versions/42233d18ac7b_.py → ...8ac7b_change_type_of_star_no_to_string.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
"""empty message | ||
"""change type of star_no to string | ||
Revision ID: 42233d18ac7b | ||
Revises: 114919b27a9f | ||
|
2 changes: 1 addition & 1 deletion
2
...ight/migrations/versions/af933dc1ef93_.py → ...c1ef93_add_preferred_department_column.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
"""empty message | ||
"""add preferred department column | ||
Revision ID: af933dc1ef93 | ||
Revises: 42233d18ac7b | ||
|
2 changes: 1 addition & 1 deletion
2
...ight/migrations/versions/e14a1aa4b58f_.py → ...a1aa4b58f_add_area_coordinator_columns.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
"""empty message | ||
"""add area coordinator columns | ||
Revision ID: e14a1aa4b58f | ||
Revises: af933dc1ef93 | ||
|
2 changes: 1 addition & 1 deletion
2
...ight/migrations/versions/0acbb0f0b1ef_.py → ...hange_datetime_to_date_officer_details.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
"""empty message | ||
"""change datetime to date officer details | ||
Revision ID: 0acbb0f0b1ef | ||
Revises: af933dc1ef93 | ||
|
2 changes: 1 addition & 1 deletion
2
...ight/migrations/versions/6065d7cdcbf8_.py → ...6065d7cdcbf8_add_officers_to_incidents.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
"""empty message | ||
"""add officers to incidents | ||
Revision ID: 6065d7cdcbf8 | ||
Revises: d86feb8fa5d1 | ||
|
2 changes: 1 addition & 1 deletion
2
...ight/migrations/versions/d86feb8fa5d1_.py → ...-2105_d86feb8fa5d1_add_incidents_table.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
"""empty message | ||
"""add incidents table | ||
Revision ID: d86feb8fa5d1 | ||
Revises: e14a1aa4b58f | ||
|
2 changes: 1 addition & 1 deletion
2
...ight/migrations/versions/ca95c047bf42_.py → ...f42_add_department_column_to_incidents.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
"""empty message | ||
"""add department column to incidents | ||
Revision ID: ca95c047bf42 | ||
Revises: 6065d7cdcbf8 | ||
|
2 changes: 1 addition & 1 deletion
2
...ight/migrations/versions/f4a41e328a06_.py → ...a06_add_columns_to_incidents_and_links.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
"""empty message | ||
"""add columns to incidents and links | ||
Revision ID: f4a41e328a06 | ||
Revises: ca95c047bf42 | ||
|
2 changes: 1 addition & 1 deletion
2
...ight/migrations/versions/bd0398fe4aab_.py → ...name_user_id_to_creator_id_in_incident.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
"""empty message | ||
"""rename user_id to creator_id in incidents | ||
Revision ID: bd0398fe4aab | ||
Revises: f4a41e328a06 | ||
|
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ight/migrations/versions/2040f0c804b0_.py → ...6-1906_2040f0c804b0_create_notes_table.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
"""empty message | ||
"""create notes table | ||
Revision ID: 2040f0c804b0 | ||
Revises: bd0398fe4aab | ||
|
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ight/migrations/versions/8ce7926aa132_.py → ...6aa132_add_explicit_ondelete_for_notes.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
"""empty message | ||
"""add explicit ondelete for notes | ||
Revision ID: 8ce7926aa132 | ||
Revises: cfc5f3fd5efe | ||
|
2 changes: 1 addition & 1 deletion
2
...ight/migrations/versions/cfc5f3fd5efe_.py → ..._rename_user_id_to_creator_id_in_notes.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
"""empty message | ||
"""rename user_id to creator_id in notes | ||
Revision ID: cfc5f3fd5efe | ||
Revises: 2040f0c804b0 | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.