Skip to content

Commit

Permalink
clean up migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
mathemancer committed Dec 9, 2024
1 parent a089f3d commit a952f22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 52 deletions.
7 changes: 3 additions & 4 deletions mathesar/migrations/0022_installationid_analyticsreport.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.2.16 on 2024-11-25 04:36
# Generated by Django 4.2.16 on 2024-12-09 07:39

from django.db import migrations, models
import django.db.models.deletion
Expand Down Expand Up @@ -36,10 +36,9 @@ class Migration(migrations.Migration):
('connected_database_count', models.PositiveIntegerField(blank=True, null=True)),
('connected_database_schema_count', models.PositiveIntegerField(blank=True, null=True)),
('connected_database_table_count', models.PositiveIntegerField(blank=True, null=True)),
('connected_database_record_count', models.PositiveBigIntegerField(blank=True, null=True)),
('exploration_count', models.PositiveIntegerField(blank=True, null=True)),
('recent_dql_query_count', models.PositiveIntegerField(blank=True, null=True)),
('recent_dml_query_count', models.PositiveIntegerField(blank=True, null=True)),
('recent_ddl_query_count', models.PositiveIntegerField(blank=True, null=True)),
('uploaded', models.BooleanField(default=False)),
('installation_id', models.ForeignKey(default=1, on_delete=django.db.models.deletion.CASCADE, to='mathesar.installationid')),
],
options={
Expand Down

This file was deleted.

18 changes: 0 additions & 18 deletions mathesar/migrations/0024_analyticsreport_uploaded.py

This file was deleted.

0 comments on commit a952f22

Please sign in to comment.