Skip to content

Commit

Permalink
Merge pull request #24 from nexB/add-migration
Browse files Browse the repository at this point in the history
Add missing minecode migration
  • Loading branch information
JonoYang authored Feb 7, 2023
2 parents 0a1a65c + dac272f commit 731522e
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Generated by Django 4.1.2 on 2023-02-07 00:44

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("minecode", "0022_auto_20190307_2332"),
]

operations = [
migrations.RenameIndex(
model_name="resourceuri",
new_name="minecode_re_is_visi_51562c_idx",
old_name="minecode_r_is_visi_29fde2_idx",
),
migrations.RenameIndex(
model_name="resourceuri",
new_name="minecode_re_is_mapp_78700f_idx",
old_name="minecode_r_is_mapp_e362dc_idx",
),
migrations.RenameIndex(
model_name="resourceuri",
new_name="minecode_re_priorit_a38996_idx",
old_name="minecode_r_priorit_b8bce2_idx",
),
migrations.RenameIndex(
model_name="scannableuri",
new_name="minecode_sc_scan_st_d6a459_idx",
old_name="minecode_s_scan_st_21b64d_idx",
),
migrations.RenameIndex(
model_name="scannableuri",
new_name="minecode_sc_priorit_bd9674_idx",
old_name="minecode_s_priorit_2f397f_idx",
),
]
4 changes: 2 additions & 2 deletions minecode/tests/testfiles/directories/ls-lr-expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,14 @@
"path":"dists/experimental/InRelease",
"type":"f",
"size":187349,
"date":"2022-01",
"date":"2023-01",
"target":null
},
{
"path":"dists/experimental/Release.gpg",
"type":"f",
"size":1554,
"date":"2022-01",
"date":"2023-01",
"target":null
},
{
Expand Down

0 comments on commit 731522e

Please sign in to comment.