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
ef1a5049
Commit
ef1a5049
authored
Mar 06, 2023
by
RJC
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
migrations
parent
de078640
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
0 deletions
+38
-0
db.sqlite3
widget_robo_mommy/db.sqlite3
+0
-0
0003_alter_event_course.py
...mmy/widget_Calendar/migrations/0003_alter_event_course.py
+20
-0
0004_alter_event_target_datetime.py
...t_Calendar/migrations/0004_alter_event_target_datetime.py
+18
-0
No files found.
widget_robo_mommy/db.sqlite3
View file @
ef1a5049
No preview for this file type
widget_robo_mommy/widget_Calendar/migrations/0003_alter_event_course.py
0 → 100644
View file @
ef1a5049
# Generated by Django 3.2 on 2023-03-06 08:23
from
django.db
import
migrations
,
models
import
django.db.models.deletion
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'Assignments'
,
'0002_alter_assignment_course'
),
(
'widget_Calendar'
,
'0002_event_location_delete_indexcard_event_location'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'event'
,
name
=
'course'
,
field
=
models
.
ForeignKey
(
null
=
True
,
on_delete
=
django
.
db
.
models
.
deletion
.
CASCADE
,
related_name
=
'event'
,
to
=
'Assignments.course'
),
),
]
widget_robo_mommy/widget_Calendar/migrations/0004_alter_event_target_datetime.py
0 → 100644
View file @
ef1a5049
# Generated by Django 3.2 on 2023-03-06 08:37
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'widget_Calendar'
,
'0003_alter_event_course'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'event'
,
name
=
'target_datetime'
,
field
=
models
.
DateTimeField
(),
),
]
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