ignored dbsqplite3.
commit
115bee01fa
@ -0,0 +1 @@
|
||||
db.sqlite3
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,23 @@
|
||||
# Generated by Django 4.2.5 on 2024-06-24 09:58
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('osinacore', '0084_staffposition'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='staffposition',
|
||||
old_name='date',
|
||||
new_name='start_date',
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='staffposition',
|
||||
name='end_date',
|
||||
field=models.DateField(blank=True, null=True),
|
||||
),
|
||||
]
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue