Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
parkinglot
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
evilla_gomez_guian_principe
parkinglot
Commits
b9a1b779
Commit
b9a1b779
authored
Jul 05, 2016
by
Wills Gomez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
yay one more time
parent
1e34b3b3
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
+11
-0
20160705122207_change_date_to_datetime.rb
draft3/db/migrate/20160705122207_change_date_to_datetime.rb
+9
-0
parkinglot
draft3/parkinglot
+1
-0
parkinglot
parkinglot
+1
-0
No files found.
draft3/db/migrate/20160705122207_change_date_to_datetime.rb
0 → 100644
View file @
b9a1b779
class
ChangeDateToDatetime
<
ActiveRecord
::
Migration
def
change
remove_column
:car_logs
,
:time_in
remove_column
:car_logs
,
:time_out
add_column
:car_logs
,
:time_in
,
:datetime
add_column
:car_logs
,
:time_out
,
:datetime
end
end
parkinglot
@
1e34b3b3
Subproject commit 1e34b3b351e20f74b653cc243d0e609a7705b715
parkinglot
@
44efbc9f
Subproject commit 44efbc9fd132f0fa50ef83b13cf2257dddf21881
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