mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 21:45:41 +00:00
chore: Delete numerous application modules, templates, static assets, documentation, and build files.
This commit is contained in:
23
mesas/migrations/0001_initial.py
Normal file
23
mesas/migrations/0001_initial.py
Normal file
@@ -0,0 +1,23 @@
|
||||
# Generated by Django 5.1.4 on 2024-12-10 00:52
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
initial = True
|
||||
|
||||
dependencies = [
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.CreateModel(
|
||||
name='Mesa',
|
||||
fields=[
|
||||
('id', models.AutoField(primary_key=True, serialize=False)),
|
||||
('name', models.CharField(max_length=100)),
|
||||
('location', models.CharField(blank=True, max_length=255, null=True)),
|
||||
('active', models.BooleanField(default=False)),
|
||||
],
|
||||
),
|
||||
]
|
||||
0
mesas/migrations/__init__.py
Normal file
0
mesas/migrations/__init__.py
Normal file
Reference in New Issue
Block a user