Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Add migration for removing ShortendLink (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound authored Nov 17, 2021
1 parent e0949d2 commit b760ca1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions openverse_api/catalog/api/migrations/0043_delete_shortenedlink.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Generated by Django 3.2.7 on 2021-11-16 16:03

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('api', '0042_audio_audioset_relation'),
]

operations = [
migrations.DeleteModel(
name='ShortenedLink',
),
]

0 comments on commit b760ca1

Please sign in to comment.