squaresdb.gate.migrations.0006_add_perms module

class squaresdb.gate.migrations.0006_add_perms.Migration(name, app_label)[source]

Bases: Migration

dependencies = [('gate', '0005_books_perm_and_notes'), ('membership', '0008_personfreq'), ('contenttypes', '0002_remove_content_type_name'), ('auth', '0012_alter_user_first_name_max_length')]
operations = [<RunPython <function apply_migration>, <function revert_migration>>]
squaresdb.gate.migrations.0006_add_perms.apply_migration(apps, schema_editor)[source]
squaresdb.gate.migrations.0006_add_perms.migrate_permissions(apps, schema_editor)[source]
squaresdb.gate.migrations.0006_add_perms.revert_migration(apps, schema_editor)[source]