1. from django.db import migrations
    
  2. 
    
  3. 
    
  4. class Migration(migrations.Migration):
    
  5.     dependencies = [
    
  6.         ("migrations", "0003_third"),
    
  7.     ]
    
  8. 
    
  9.     operations = [migrations.RunSQL("SELECT * FROM migrations_author WHERE id = 1")]