Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
DIARIO_MANAGER
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
DIARIO_MANAGER
Commits
0cce44cc
Commit
0cce44cc
authored
Feb 20, 2018
by
Marcos Antonio Moura Campos Junior
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
atualizando DIARIO_MANAGER para INFATEC_MANAGER dessa vez de novo
parent
891726f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
+42
-0
src/backend/core/migrations/0013_auto_20180220_1910.py
src/backend/core/migrations/0013_auto_20180220_1910.py
+42
-0
No files found.
src/backend/core/migrations/0013_auto_20180220_1910.py
0 → 100644
View file @
0cce44cc
# Generated by Django 2.0.1 on 2018-02-20 19:10
from
django.db
import
migrations
,
models
import
django.db.models.deletion
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'core'
,
'0012_auto_20180127_1038'
),
]
operations
=
[
migrations
.
CreateModel
(
name
=
'Sistema'
,
fields
=
[
(
'id'
,
models
.
AutoField
(
auto_created
=
True
,
primary_key
=
True
,
serialize
=
False
,
verbose_name
=
'ID'
)),
(
'nome'
,
models
.
CharField
(
max_length
=
50
)),
(
'domain_name'
,
models
.
CharField
(
max_length
=
50
,
unique
=
True
,
verbose_name
=
'Domínio'
)),
(
'droplets_user_data'
,
models
.
TextField
(
blank
=
True
)),
],
options
=
{
'verbose_name'
:
'Sistema'
,
'verbose_name_plural'
:
'Sistemas'
,
},
),
migrations
.
RenameField
(
model_name
=
'cliente'
,
old_name
=
'domain_name'
,
new_name
=
'subdomain_name'
,
),
migrations
.
RemoveField
(
model_name
=
'configuracao'
,
name
=
'droplets_user_data'
,
),
migrations
.
AddField
(
model_name
=
'cliente'
,
name
=
'sistema'
,
field
=
models
.
ForeignKey
(
default
=
None
,
on_delete
=
django
.
db
.
models
.
deletion
.
PROTECT
,
related_name
=
'clientes'
,
to
=
'core.Sistema'
),
preserve_default
=
False
,
),
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment