/usr/local/lib/python3.9/site-packages/django/core/management/commands/__pycache__
a Ӱ�h� � @ sP d dl mZ d dlmZmZ d dlmZmZ d dlm Z m Z G dd� de�ZdS )� )�apps)�BaseCommand�CommandError)�DEFAULT_DB_ALIAS�connections)�AmbiguityError�MigrationLoaderc s4 e Zd ZdZdZdd� Z� fdd�Zdd� Z� ZS ) �Commandz2Prints the SQL statements for the named migration.Tc C s@ |j ddd� |j ddd� |j dtdd� |j d d dd� d S ) N� app_labelz6App label of the application containing the migration.)�help�migration_namez$Migration name to print the SQL for.z --databasezKNominates a database to create SQL for. Defaults to the "default" database.)�defaultr z--backwards� store_truez=Creates SQL to unapply the migration, rather than to apply it)�actionr )�add_argumentr )�self�parser� r �T/usr/local/lib/python3.9/site-packages/django/core/management/commands/sqlmigrate.py� add_arguments s ����zCommand.add_argumentsc s d|d<