5 changed files with 34 additions and 3 deletions
@ -0,0 +1,20 @@ |
|||||
|
# Generated by Django 4.2.7 on 2024-01-28 21:36 |
||||
|
|
||||
|
from django.db import migrations, models |
||||
|
|
||||
|
|
||||
|
class Migration(migrations.Migration): |
||||
|
|
||||
|
dependencies = [ |
||||
|
('blog', '0008_index_post_show_on_page_sexy_posts_show_on_page'), |
||||
|
] |
||||
|
|
||||
|
operations = [ |
||||
|
migrations.CreateModel( |
||||
|
name='Visit', |
||||
|
fields=[ |
||||
|
('id', models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), |
||||
|
('count', models.IntegerField(default=0)), |
||||
|
], |
||||
|
), |
||||
|
] |
||||
Binary file not shown.
Loading…
Reference in new issue