mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2025-03-29 18:59:20 +00:00
Reecriture des migrations
This commit is contained in:
parent
415951f6a3
commit
ebda378edf
44 changed files with 39 additions and 0 deletions
cotisations/migrations/__pycache__
0001_initial.cpython-34.pyc0002_remove_facture_article.cpython-34.pyc0003_auto_20160702_1448.cpython-34.pyc0004_auto_20160702_1528.cpython-34.pyc0005_auto_20160702_1532.cpython-34.pyc0006_auto_20160702_1534.cpython-34.pyc0007_auto_20160702_1543.cpython-34.pyc0008_auto_20160702_1614.cpython-34.pyc0009_remove_cotisation_user.cpython-34.pyc0010_auto_20160702_1840.cpython-34.pyc0011_auto_20160702_1911.cpython-34.pyc__init__.cpython-34.pyc
logs/migrations
machines/migrations
0021_auto_20161006_1943.py
__pycache__
search/migrations
topologie/migrations/__pycache__
0001_initial.cpython-34.pyc0002_auto_20160703_1118.cpython-34.pyc0003_room.cpython-34.pyc0004_auto_20160703_1122.cpython-34.pyc0005_auto_20160703_1123.cpython-34.pyc0006_auto_20160703_1129.cpython-34.pyc0007_auto_20160703_1148.cpython-34.pyc0008_port_room.cpython-34.pyc0009_auto_20160703_1200.cpython-34.pyc__init__.cpython-34.pyc
users/migrations
0038_auto_20161006_1952.py
__pycache__
0001_initial.cpython-34.pyc0002_auto_20160630_2301.cpython-34.pyc0003_listrights_rights.cpython-34.pyc0004_auto_20160701_2312.cpython-34.pyc0005_auto_20160702_0006.cpython-34.pyc0006_ban.cpython-34.pyc0007_auto_20160702_2322.cpython-34.pyc0008_user_registered.cpython-34.pyc0009_user_room.cpython-34.pyc0010_auto_20160703_1226.cpython-34.pyc0011_auto_20160703_1227.cpython-34.pyc0012_auto_20160703_1230.cpython-34.pyc__init__.cpython-34.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
19
machines/migrations/0021_auto_20161006_1943.py
Normal file
19
machines/migrations/0021_auto_20161006_1943.py
Normal file
|
@ -0,0 +1,19 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('machines', '0020_auto_20160718_1849'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='interface',
|
||||
name='dns',
|
||||
field=models.CharField(unique=True, max_length=255),
|
||||
),
|
||||
]
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
20
users/migrations/0038_auto_20161006_1952.py
Normal file
20
users/migrations/0038_auto_20161006_1952.py
Normal file
|
@ -0,0 +1,20 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
import django.db.models.deletion
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('users', '0037_ldapuser_login_shell'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='user',
|
||||
name='school',
|
||||
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.PROTECT, to='users.School'),
|
||||
),
|
||||
]
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue