Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_robo_mommy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Raul Jarod Conanan
midterm_robo_mommy
Commits
2458aa28
Commit
2458aa28
authored
May 11, 2023
by
RJC
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
database migrations
parent
ae38857e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
0003_alter_widgetuser_department.py
.../Dashboard/migrations/0003_alter_widgetuser_department.py
+19
-0
db.sqlite3
widget_robo_mommy/db.sqlite3
+0
-0
No files found.
widget_robo_mommy/Dashboard/migrations/0003_alter_widgetuser_department.py
0 → 100644
View file @
2458aa28
# Generated by Django 3.2 on 2023-05-11 11:03
from
django.db
import
migrations
,
models
import
django.db.models.deletion
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'Dashboard'
,
'0002_widgetuser'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'widgetuser'
,
name
=
'department'
,
field
=
models
.
ForeignKey
(
on_delete
=
django
.
db
.
models
.
deletion
.
CASCADE
,
related_name
=
'department'
,
to
=
'Dashboard.department'
),
),
]
widget_robo_mommy/db.sqlite3
deleted
100644 → 0
View file @
ae38857e
File deleted
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